403 forbidden

Asked by Damien Marsic

I installed Psiphon 2.5 on Ubuntu 10.04, following instructions scrupulously. Everything went fine, without any eror. However, when I try to go to https://127.0.0.1/001/ I get the following:

------------------
Forbidden
You don't have permission to access /001/index.php on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
------------------

What can I do ?

Damien

Question information

Language:
English Edit question
Status:
Solved
For:
psiphon Edit question
Assignee:
No assignee Edit question
Solved by:
Adam Kruger
Solved:
Last query:
Last reply:
Revision history for this message
Adam Kruger (adam-kruger) said :
#1

Hi Damien.

Can you please post the contents of your apache config file (<install-dir>/apache2/conf/httpd.conf)?
Also, can you please post the contents of the following files:
/var/log/psiphon-httpd-error.log
/var/log/psiphon-httpd-access.log

Thank you

Revision history for this message
Damien Marsic (damien-rael) said :
#2

httpd.conf:
*****************************************
ServerRoot "/home/damien/bin/psiphon/apache2"

MinSpareServers 5
MaxClients 20

LimitRequestLine 16380

Listen 443 https

LoadFile lib/libxml2.so
LoadFile lib/libxslt.so
LoadFile lib/libexslt.so

LoadModule log_config_module libexec/apache22/mod_log_config.so
LoadModule env_module libexec/apache22/mod_env.so
LoadModule setenvif_module libexec/apache22/mod_setenvif.so
LoadModule ssl_module libexec/apache22/mod_ssl.so
LoadModule mime_module libexec/apache22/mod_mime.so
LoadModule dir_module libexec/apache22/mod_dir.so
LoadModule php5_module libexec/apache22/libphp5.so
LoadModule dbd_module libexec/apache22/mod_dbd.so
LoadModule filter_module libexec/apache22/mod_filter.so
LoadModule deflate_module libexec/apache22/mod_deflate.so
LoadModule transform_module libexec/apache22/mod_transform.so

# proxy
LoadModule proxy_module libexec/apache22/mod_proxy.so
LoadModule proxy_connect_module libexec/apache22/mod_proxy_connect.so
LoadModule proxy_ftp_module libexec/apache22/mod_proxy_ftp.so
LoadModule proxy_http_module libexec/apache22/mod_proxy_http.so

# psiphon modules
LoadModule psiphon_headers_module libexec/apache22/mod_psiphon_headers.so
LoadModule psiphon_auth_module libexec/apache22/mod_psiphon_auth.so
LoadModule map_to_proxy_module libexec/apache22/mod_map_to_proxy.so
LoadModule bluebar_module libexec/apache22/mod_bluebar.so
LoadModule xml2enc_module libexec/apache22/mod_xml2enc.so
LoadModule proxy_html_module libexec/apache22/mod_proxy_html.so
LoadModule proxy_css_module libexec/apache22/mod_proxy_css.so
LoadModule proxy_js_module libexec/apache22/mod_proxy_js.so
LoadModule proxy_flash_module libexec/apache22/mod_proxy_flash.so
LoadModule post2get_module libexec/apache22/mod_post2get.so
LoadModule psiphon_env_module libexec/apache22/mod_psiphon_env.so
# end of psiphon modules

User ppwww
Group ppwww

ServerName localhost
ServerAdmin webmaster
ServerTokens ProductOnly

MaxRequestsPerChild 50
DirectoryIndex index.php

ErrorLog /var/log/psiphon-httpd-error.log
LogLevel error
LogFormat "%h %t %{Host}i %r %>s %b %{Referer}i %{User-Agent}i" combined
CustomLog /var/log/psiphon-httpd-access.log combined

ErrorDocument 403 /http-errors/403.php
ErrorDocument 404 /http-errors/404.php
ErrorDocument 500 /http-errors/500.php
ErrorDocument 502 /http-errors/502.php
ErrorDocument 503 /http-errors/503.php
ErrorDocument 504 /http-errors/504.php
ProxyErrorOverride Off

DefaultType text/plain

PidFile /var/run/psiphon-httpd.pid

TypesConfig conf/mime.types
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
AddType application/x-x509-ca-cert .crt
AddType application/x-pkcs7-crl .crl

SSLPassPhraseDialog builtin
SSLSessionCache "shmcb:/var/run/ssl_scache(512000)"
SSLSessionCacheTimeout 300
SSLMutex "file:/var/run/ssl_mutex"
SSLOptions

<IfDefine NOHTTPACCEPT>
     AcceptFilter http none
     AcceptFilter https none
</IfDefine>

DocumentRoot www

DBDParams
"host=localhost,port=3306,user=psiphon,pass=psiphon,dbname=psiphon"
DBDPersist Off
DBDriver mysql

SSLProxyEngine on

KeepAlive On
php_flag magic_quotes_gpc Off

#don't announce mod_transform in server signature
TransformAnnounce off

#Use this to block IPs, domains and hostnames
#Similar in use to NoProxy from mod_proxy
#See http://httpd.apache.org/docs/2.0/mod/mod_proxy.html#noproxy
BlockMapToProxy 127.0.0.1 10.0.0.0/8 172.16.0.0/14 192.168.0.0/16
.example.com example.com

#Setup common filters i.e. gzip and xml2enc
#xml2enc
FilterDeclare TO_UTF8
FilterProvider TO_UTF8 xml2enc resp=Content-Type $text/html
FilterProvider TO_UTF8 xml2enc resp=Content-Type $application/xhtml+xml
FilterProvider TO_UTF8 xml2enc resp=Content-Type $text/javascript
FilterProvider TO_UTF8 xml2enc resp=Content-Type $application/x-javascript
FilterProvider TO_UTF8 xml2enc resp=Content-Type $application/javascript
FilterDeclare UTF8_TO_ORIGINAL
FilterProvider UTF8_TO_ORIGINAL xml2enc resp=Content-Type $text/html
FilterProvider UTF8_TO_ORIGINAL xml2enc resp=Content-Type
$application/xhtml+xml
FilterProvider UTF8_TO_ORIGINAL xml2enc resp=Content-Type $text/javascript
FilterProvider UTF8_TO_ORIGINAL xml2enc resp=Content-Type
$application/x-javascript
FilterProvider UTF8_TO_ORIGINAL xml2enc resp=Content-Type
$application/javascript
#xml2enc settings
xml2encDefaultCharset UTF-8
xml2encEnvCharsetOriginal psiphon_charset_original
xml2encOriginalCharset ${psiphon_charset_original}
xml2encParsers HTML JS CSS

#gzip
FilterDeclare DECOMPRESS
FilterProvider DECOMPRESS INFLATE resp=Content-Type $text/
FilterProvider DECOMPRESS INFLATE resp=Content-Type $application/xhtml+xml
FilterProvider DECOMPRESS INFLATE resp=Content-Type
$application/x-javascript
FilterProvider DECOMPRESS INFLATE resp=Content-Type $application/javascript
FilterProvider DECOMPRESS INFLATE resp=Content-Type $application/rss+xml
FilterProvider DECOMPRESS INFLATE resp=Content-Type $application/atom+xml
FilterProvider DECOMPRESS INFLATE resp=Content-Type $application/xml
FilterDeclare COMPRESS
FilterProvider COMPRESS DEFLATE resp=Content-Type $text/
FilterProvider COMPRESS DEFLATE resp=Content-Type $application/xhtml+xml
FilterProvider COMPRESS DEFLATE resp=Content-Type $application/x-javascript
FilterProvider COMPRESS DEFLATE resp=Content-Type $application/javascript
FilterProvider COMPRESS DEFLATE resp=Content-Type $application/rss+xml
FilterProvider COMPRESS DEFLATE resp=Content-Type $application/atom+xml
#gzip settings
DeflateCompressionLevel 7

#get rid of 'no file favicon.co found' in error log
<Location /favicon.ico>
ErrorDocument 404 /http-errors/404.php
</Location>

<Location />
PsiphonAuthEnable On
PsiphonNoAuth /a.php /e.php /w.php /chk.php /reset_password.php /logout.php
PsiphonAuthLoginPath /auth.php
PsiphonLoginURLCheck On
</Location>

<Location /001>
PsiphonHeadersFixup On
MapToProxy On

FilterDeclare FEED
FilterProvider FEED XSLT resp=Content-Type $application/rss+xml
FilterProvider FEED XSLT resp=Content-Type $application/atom+xml
FilterProvider FEED XSLT resp=Content-Type $application/xml
FilterProvider FEED XSLT resp=Content-Type $text/xml
TransformOptions +ApacheFS
TransformSet /xsl/feeds.xsl

FilterDeclare HTML
FilterProvider HTML proxy-html resp=Content-Type *
#proxy-html settings
ProxyHTML On
ProxyHTMLBluebarFrame /bluebar.frame.php?u=
ProxyHTMLBufSize 32768
ProxyHTMLLinks a href
ProxyHTMLLinks area href
ProxyHTMLLinks link href
ProxyHTMLLinks img src longdesc usemap
ProxyHTMLLinks object classid codebase data usemap
ProxyHTMLLinks q cite
ProxyHTMLLinks blockquote cite
ProxyHTMLLinks ins cite
ProxyHTMLLinks del cite
ProxyHTMLLinks form action
ProxyHTMLLinks input src usemap
ProxyHTMLLinks head profile
ProxyHTMLLinks base href
ProxyHTMLLinks script src for
ProxyHTMLLinks frame src longdesc
ProxyHTMLLinks iframe src longdesc
ProxyHTMLLinks table background
ProxyHTMLLinks td background
ProxyHTMLLinks tr background
ProxyHTMLLinks th background

ProxyHTMLSkipElements applet noscript

ProxyHTMLEvents onclick ondblclick onmousedown onmouseup \
                 onmouseover onmousemove onmouseout onkeypress \
                 onkeydown onkeyup onfocus onblur onload onbeforeunload\
                 onunload onsubmit onreset onselect onchange onscroll

FilterDeclare BLUEBAR
FilterProvider BLUEBAR psiphon-bluebar resp=Content-Type $text/html
FilterProvider BLUEBAR psiphon-bluebar resp=Content-Type
$application/xhtml+xml
BluebarURI "/bluebar.browser.php"

FilterChain DECOMPRESS TO_UTF8 FEED HTML UTF8_TO_ORIGINAL BLUEBAR COMPRESS
</Location>

<Location /010>
PsiphonPost2Get On
</Location>

<Location /011>
PsiphonHeadersFixup On
MapToProxy On
FilterDeclare JS
FilterProvider JS proxy-js resp=Content-Type *
ProxyJSLineEnd ANY
ProxyJS On
FilterChain DECOMPRESS TO_UTF8 JS UTF8_TO_ORIGINAL COMPRESS
</Location>

<Location /100>
PsiphonHeadersFixup On
MapToProxy On
FilterDeclare CSS
FilterProvider CSS proxy-css resp=Content-Type *
ProxyCSSLineEnd custom ";"
ProxyCSS On
FilterChain DECOMPRESS TO_UTF8 CSS UTF8_TO_ORIGINAL COMPRESS
</Location>
<Location /101>
ProxyFlash On
PsiphonHeadersFixup On
MapToProxy On
MapURLEncoded On
</Location>

SSLCertificateFile ssl/psiphon2.crt
SSLCertificateKeyFile ssl/psiphon2.key
SSLEngine on

SSLCipherSuite
ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:!LOW:!SSLv2:!EXP:!eNULL
BrowserMatch ".*MSIE.*" nokeepalive ssl-unclean-shutdown downgrade-1.0
force-response-1.0
*****************************************

/var/log/psiphon-httpd-error.log

*****************************************
[Sun Jan 30 00:06:23 2011] [notice] Apache/2.2.13 (Unix) mod_ssl/2.2.13
OpenSSL/0.9.8k PHP/5.2.9 configured -- resuming normal operations
[Sun Jan 30 00:06:57 2011] [crit] [client 127.0.0.1] (13)Permission
denied: /home/damien/bin/.htaccess pcfg_openfile: unable to check
htaccess file, ensure it is readable
[Sun Jan 30 00:06:57 2011] [crit] [client 127.0.0.1] (13)Permission
denied: /home/damien/bin/.htaccess pcfg_openfile: unable to check
htaccess file, ensure it is readable
[Sun Jan 30 01:16:20 2011] [crit] [client 127.0.0.1] (13)Permission
denied: /home/damien/bin/.htaccess pcfg_openfile: unable to check
htaccess file, ensure it is readable
... (same line many times)
[Sun Jan 30 01:57:16 2011] [crit] [client 127.0.0.1] (13)Permission
denied: /home/damien/bin/.htaccess pcfg_openfile: unable to check
htaccess file, ensure it is readable
[Sun Jan 30 01:57:16 2011] [crit] [client 127.0.0.1] (13)Permission
denied: /home/damien/bin/.htaccess pcfg_openfile: unable to check
htaccess file, ensure it is readable
[Sun Jan 30 02:07:19 2011] [notice] caught SIGTERM, shutting down
*****************************************

/var/log/psiphon-httpd-access.log

*****************************************
127.0.0.1 [30/Jan/2011:00:06:57 -0500] 127.0.0.1 GET /001/ HTTP/1.1 403
- - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:06:57 -0500] 127.0.0.1 GET /favicon.ico
HTTP/1.1 403 - - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:07:00 -0500] 127.0.0.1 GET /favicon.ico
HTTP/1.1 403 - - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:07:20 -0500] 127.0.0.1 GET /001/ HTTP/1.1 403
- - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:07:21 -0500] 127.0.0.1 GET /001/ HTTP/1.1 403
- - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:07:21 -0500] 127.0.0.1 GET /001/ HTTP/1.1 403
- - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:07:22 -0500] 127.0.0.1 GET /001/ HTTP/1.1 403
- - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:07:22 -0500] 127.0.0.1 GET /001/ HTTP/1.1 403
- - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:07:22 -0500] 127.0.0.1 GET /001/ HTTP/1.1 403
- - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:07:22 -0500] 127.0.0.1 GET /001/ HTTP/1.1 403
- - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:07:23 -0500] 127.0.0.1 GET /001/ HTTP/1.1 403
- - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:07:23 -0500] 127.0.0.1 GET /001/ HTTP/1.1 403
- - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:08:20 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:08:20 -0500] localhost GET /favicon.ico
HTTP/1.1 403 - - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:08:23 -0500] localhost GET /favicon.ico
HTTP/1.1 403 - - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:19:49 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:20:16 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:20:17 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:20:17 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:20:18 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:20:19 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:20:19 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:20:19 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:20:19 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:20:19 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:21:59 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:22:00 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:22:08 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:22:09 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:22:09 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:22:09 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:22:09 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:22:10 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:22:10 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:22:10 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:22:10 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:22:10 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:22:10 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:22:11 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:22:11 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:22:11 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:22:11 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:22:11 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:22:11 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:23:48 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:24:16 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:24:17 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:24:18 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:24:25 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:24:25 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:24:26 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:24:26 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:24:26 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:24:26 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:24:26 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:26:51 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:26:52 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:26:53 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:26:54 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:27:00 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:27:01 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:27:02 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:27:02 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:27:03 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:27:03 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:27:03 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:27:03 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:27:03 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:29:31 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:29:32 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:29:33 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:29:34 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:29:34 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:29:35 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:29:35 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:29:35 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:29:35 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:29:35 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:29:35 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:29:36 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:29:36 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:29:36 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:29:36 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:29:36 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:32:34 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:32:36 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:32:37 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:35:18 -0500] localhost GET / HTTP/1.1 403 - -
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:35:36 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:35:44 -0500] localhost GET /002 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:36:37 -0500] 127.0.0.1 GET /001/ HTTP/1.1 403
- - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:36:37 -0500] 127.0.0.1 GET /favicon.ico
HTTP/1.1 403 - - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:36:40 -0500] 127.0.0.1 GET /favicon.ico
HTTP/1.1 403 - - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:37:05 -0500] localhost GET / HTTP/1.1 403 - -
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:40:55 -0500] localhost GET / HTTP/1.1 403 - -
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:40:56 -0500] localhost GET / HTTP/1.1 403 - -
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:40:56 -0500] localhost GET / HTTP/1.1 403 - -
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:40:56 -0500] localhost GET / HTTP/1.1 403 - -
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:40:56 -0500] localhost GET / HTTP/1.1 403 - -
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:40:57 -0500] localhost GET / HTTP/1.1 403 - -
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:40:57 -0500] localhost GET / HTTP/1.1 403 - -
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:40:57 -0500] localhost GET / HTTP/1.1 403 - -
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:40:57 -0500] localhost GET / HTTP/1.1 403 - -
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:40:57 -0500] localhost GET / HTTP/1.1 403 - -
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:40:57 -0500] localhost GET / HTTP/1.1 403 - -
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:40:58 -0500] localhost GET / HTTP/1.1 403 - -
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:40:58 -0500] localhost GET / HTTP/1.1 403 - -
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:41:00 -0500] localhost GET /001 HTTP/1.1 403 -
- Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:41:04 -0500] localhost GET /001/ HTTP/1.1 403
- - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:48:52 -0500] localhost GET /001/ HTTP/1.1 403
- - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:48:53 -0500] localhost GET /001/ HTTP/1.1 403
- - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:48:54 -0500] localhost GET /001/ HTTP/1.1 403
- - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:48:54 -0500] localhost GET /001/ HTTP/1.1 403
- - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:48:54 -0500] localhost GET /001/ HTTP/1.1 403
- - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:48:54 -0500] localhost GET /001/ HTTP/1.1 403
- - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:48:54 -0500] localhost GET /001/ HTTP/1.1 403
- - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:48:55 -0500] localhost GET /001/ HTTP/1.1 403
- - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:48:55 -0500] localhost GET /001/ HTTP/1.1 403
- - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:48:55 -0500] localhost GET /001/ HTTP/1.1 403
- - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:48:56 -0500] localhost GET /001/ HTTP/1.1 403
- - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:48:56 -0500] localhost GET /001/ HTTP/1.1 403
- - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:48:56 -0500] localhost GET /001/ HTTP/1.1 403
- - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:48:56 -0500] localhost GET /001/ HTTP/1.1 403
- - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:48:56 -0500] localhost GET /001/ HTTP/1.1 403
- - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:48:57 -0500] localhost GET /001/ HTTP/1.1 403
- - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:48:57 -0500] localhost GET /001/ HTTP/1.1 403
- - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:55:23 -0500] localhost GET / HTTP/1.1 403 - -
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:55:23 -0500] localhost GET /favicon.ico
HTTP/1.1 403 - - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:55:26 -0500] localhost GET /favicon.ico
HTTP/1.1 403 - - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:55:30 -0500] localhost GET /001/ HTTP/1.1 403
- - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:55:37 -0500] localhost GET /32101/ HTTP/1.1
403 - - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:56:38 -0500] localhost GET / HTTP/1.1 403 - -
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:56:38 -0500] localhost GET /favicon.ico
HTTP/1.1 403 - - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:56:41 -0500] localhost GET /favicon.ico
HTTP/1.1 403 - - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:00:57:01 -0500] localhost GET /001/ HTTP/1.1 403
- - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:01:03:25 -0500] localhost GET /001/test HTTP/1.1
403 - - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:01:03:29 -0500] localhost GET /001/test/ HTTP/1.1
403 - - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:01:03:52 -0500] localhost GET /001/test/ HTTP/1.1
403 - - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:01:04:03 -0500] localhost GET / HTTP/1.1 403 - -
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:01:04:08 -0500] localhost GET / HTTP/1.1 403 - -
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:01:15:11 -0500] localhost GET / HTTP/1.1 403 - -
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:01:15:12 -0500] localhost GET /favicon.ico
HTTP/1.1 403 - - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:01:15:15 -0500] localhost GET /favicon.ico
HTTP/1.1 403 - - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:01:15:18 -0500] localhost GET /001/ HTTP/1.1 403
- - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:01:15:35 -0500] localhost GET /001/test HTTP/1.1
403 - - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:01:16:16 -0500] localhost GET /001/test HTTP/1.1
403 - - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:01:16:18 -0500] localhost GET /001/test HTTP/1.1
403 - - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:01:16:19 -0500] localhost GET /001/test HTTP/1.1
403 - - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:01:16:19 -0500] localhost GET /001/test HTTP/1.1
403 - - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:01:16:20 -0500] localhost GET /001/test HTTP/1.1
403 - - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:01:16:20 -0500] localhost GET /001/test HTTP/1.1
403 - - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:01:16:21 -0500] localhost GET /001/test HTTP/1.1
403 - - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:01:16:21 -0500] localhost GET /001/test HTTP/1.1
403 - - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:01:16:21 -0500] localhost GET /001/test HTTP/1.1
403 - - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:01:16:53 -0500] localhost GET /001/ HTTP/1.1 403
- - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:01:18:37 -0500] localhost GET /001/index.php
HTTP/1.1 403 - - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:01:24:55 -0500] localhost GET /001/ HTTP/1.1 403
- - Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.12 (KHTML,
like Gecko) Chrome/9.0.576.0 Safari/534.12
127.0.0.1 [30/Jan/2011:01:24:55 -0500] localhost GET /favicon.ico
HTTP/1.1 403 - - Mozilla/5.0 (X11; U; Linux x86_64; en-US)
AppleWebKit/534.12 (KHTML, like Gecko) Chrome/9.0.576.0 Safari/534.12
127.0.0.1 [30/Jan/2011:01:26:17 -0500] localhost GET /001/ HTTP/1.1 403
- - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:01:26:17 -0500] localhost GET /favicon.ico
HTTP/1.1 403 - - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:01:26:20 -0500] localhost GET /favicon.ico
HTTP/1.1 403 - - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:01:26:34 -0500] 127.0.0.1 GET /001/ HTTP/1.1 403
- - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:01:26:34 -0500] 127.0.0.1 GET /favicon.ico
HTTP/1.1 403 - - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:01:26:37 -0500] 127.0.0.1 GET /favicon.ico
HTTP/1.1 403 - - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:01:26:37 -0500] 127.0.0.1 GET /001/ HTTP/1.1 403
- - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:01:26:38 -0500] 127.0.0.1 GET /001/ HTTP/1.1 403
- - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:01:26:38 -0500] 127.0.0.1 GET /001/ HTTP/1.1 403
- - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:01:26:38 -0500] 127.0.0.1 GET /001/ HTTP/1.1 403
- - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:01:26:38 -0500] 127.0.0.1 GET /001/ HTTP/1.1 403
- - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:01:26:38 -0500] 127.0.0.1 GET /001/ HTTP/1.1 403
- - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:01:26:40 -0500] 127.0.0.1 GET /001/ HTTP/1.1 403
- - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:01:26:43 -0500] 127.0.0.1 GET /001/test HTTP/1.1
403 - - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:01:28:30 -0500] localhost GET / HTTP/1.1 403 - -
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:01:28:30 -0500] localhost GET /favicon.ico
HTTP/1.1 403 - - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:01:28:33 -0500] localhost GET /favicon.ico
HTTP/1.1 403 - - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:01:43:28 -0500] localhost GET /001/ HTTP/1.1 403
- - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:01:44:06 -0500] 127.0.0.1 GET /001/ HTTP/1.1 403
- - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:01:44:06 -0500] 127.0.0.1 GET /favicon.ico
HTTP/1.1 403 - - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:01:44:09 -0500] 127.0.0.1 GET /favicon.ico
HTTP/1.1 403 - - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:01:48:42 -0500] 127.0.0.1 GET /:443 HTTP/1.1 403
- - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:01:49:17 -0500] - GET / 400 450 - -
127.0.0.1 [30/Jan/2011:01:49:17 -0500] - GET / 400 450 - -
127.0.0.1 [30/Jan/2011:01:49:20 -0500] - GET / 400 450 - -
127.0.0.1 [30/Jan/2011:01:49:38 -0500] localhost GET / HTTP/1.1 403 - -
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:01:56:51 -0500] localhost GET / HTTP/1.1 403 - -
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:01:56:52 -0500] localhost GET / HTTP/1.1 403 - -
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:01:56:53 -0500] localhost GET / HTTP/1.1 403 - -
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:01:56:53 -0500] localhost GET / HTTP/1.1 403 - -
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:01:56:53 -0500] localhost GET / HTTP/1.1 403 - -
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:01:56:53 -0500] localhost GET / HTTP/1.1 403 - -
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:01:56:54 -0500] localhost GET / HTTP/1.1 403 - -
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:01:56:54 -0500] localhost GET / HTTP/1.1 403 - -
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:01:56:54 -0500] localhost GET / HTTP/1.1 403 - -
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:01:56:54 -0500] localhost GET / HTTP/1.1 403 - -
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206
Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:01:57:05 -0500] localhost GET /001/test HTTP/1.1
403 - - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
127.0.0.1 [30/Jan/2011:01:57:16 -0500] localhost GET /001/index.php
HTTP/1.1 403 - - Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13)
Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13
*****************************************

On 01/31/2011 04:17 PM, Adam Kruger wrote:
> Your question #143405 on psiphon changed:
> https://answers.launchpad.net/psiphon/+question/143405
>
> Status: Open => Needs information
>
> Adam Kruger requested for more information:
> Hi Damien.
>
> Can you please post the contents of your apache config file (<install-dir>/apache2/conf/httpd.conf)?
> Also, can you please post the contents of the following files:
> /var/log/psiphon-httpd-error.log
> /var/log/psiphon-httpd-access.log
>
> Thank you
>

Revision history for this message
Best Adam Kruger (adam-kruger) said :
#3

Hi Damien. I think that the directory that you installed Psiphon into (/home/damien/bin/) is not traversable by ppwww (the user that apache runs as, as per the httpd.conf).

You can do one of the following:

- Install Psiphon into a directory that can be accessed by anyone (such as /opt)

- Set the permissions on /home/damien/bin/ so that anyone can traverse the directory (chmod +x /home/damien/bin)

Revision history for this message
Damien Marsic (damien-rael) said :
#4

Thank you very much ! It works perfectly now.

Damien