
Binding {
Port = 64915
Interface = 127.0.0.1
...
FastCGIserver {
FastCGIid = PHP5
ConnectTo = 127.0.0.1:64878
Extension = php
}
VirtualHost {
Hostname = atmarama.sites.djangohosting.ch
WebsiteRoot = /some/path/tiki
StartFile = index.php
AccessLogfile = /some/path/tiki-access.log
ErrorLogfile = /some/path/tiki-error.log
TimeForCGI = 5
UseFastCGI = PHP5
# UseToolkit = banshee
}
127.0.0.1|Thu 06 Dec 2012 10:34:05 +0100|200|2295||GET /test.php?=PHPE9568F35-D428-11d2-A769-00AA001ACF42 HTTP/1.0|Host: atmarama.sites.djangohosting.ch|X-Real-IP: 93.139.208.158|X-Forwarded-For: 93.139.208.158|X_FORWARDED_PROTO: http|X_FORWARDED_PROTOCOL: http|SCHEME: http|Connection: close|User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.11) Gecko/20100101 Firefox/10.0.11 Iceweasel/10.0.11|Accept: image/png,image/*;q=0.8,*/*;q=0.5|Accept-Language: en,hr;q=0.5|Accept-Encoding: gzip, deflate|Referer: http://atmarama.sites.djangohosting.ch/test.php
127.0.0.1|Thu 06 Dec 2012 10:34:47 +0100|302|482||GET / HTTP/1.0|Host: atmarama.sites.djangohosting.ch|X-Real-IP: 93.139.208.158|X-Forwarded-For: 93.139.208.158|X_FORWARDED_PROTO: http|X_FORWARDED_PROTOCOL: http|SCHEME: http|Connection: close|User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.11) Gecko/20100101 Firefox/10.0.11 Iceweasel/10.0.11|Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8|Accept-Language: en,hr;q=0.5|Accept-Encoding: gzip, deflate






if (isset($_SERVER['SERVER_PORT'])) {
if (($_SERVER['SERVER_PORT'] != 80) &&
($_SERVER['SERVER_PORT'] != 443)) { if (( isset($_SERVER['HTTPS']) &&
$_SERVER['HTTPS'] == 'on' )) { $prefs['https_port'] = (int)
$_SERVER['SERVER_PORT']; }
else {
$prefs['http_port'] = (int) $_SERVER['SERVER_PORT']; }
}
}
if ( $prefs['https_port'] == 443 ) {
$prefs['https_port'] = '';
} else {
$prefs['http_port'] = '';
}