server.port = 8080 server.bind = "127.0.0.1" server.document-root = "/home/christian/www-php/" server.modules = ( "mod_fastcgi" ) fastcgi.server = ( ".php" => (( "bin-path" => "/usr/bin/php-cgi", "socket" => "/home/christian/www-php/php.sock" ))) index-file.names = ( "index.php", "index.html" )