diff -Naur lighttpd-1.3.7.old/doc/lighttpd.1 lighttpd-1.3.7/doc/lighttpd.1 --- lighttpd-1.3.7.old/doc/lighttpd.1 2005-01-03 16:44:40.792801710 +0200 +++ lighttpd-1.3.7/doc/lighttpd.1 2005-01-03 16:45:31.919668873 +0200 @@ -5,7 +5,7 @@ lighttpd -D -f .SH DESCRIPTION .SH FILES -/etc/lighttpd/lighttpd.conf +/etc/lighttpd.conf .SH CONFORMING TO HTTP/1.0 HTTP/1.0 diff -Naur lighttpd-1.3.7.old/doc/lighttpd.conf lighttpd-1.3.7/doc/lighttpd.conf --- lighttpd-1.3.7.old/doc/lighttpd.conf 2005-01-03 16:44:40.792801710 +0200 +++ lighttpd-1.3.7/doc/lighttpd.conf 2005-01-03 16:46:17.188041695 +0200 @@ -17,7 +17,7 @@ "mod_access", # "mod_auth", # "mod_status", -# "mod_fastcgi", + "mod_fastcgi", # "mod_simple_vhost", # "mod_evhost", # "mod_cgi", @@ -161,14 +161,14 @@ #### fastcgi module ## read fastcgi.txt for more info -#fastcgi.server = ( ".php" => -# ( "localhost" => -# ( -# "socket" => "/tmp/php-fastcgi.socket", -# "bin-path" => "/usr/local/bin/php" -# ) -# ) -# ) +fastcgi.server = ( ".php" => + ( "localhost" => + ( + "host" => "127.0.0.1", + "port" => 1026 + ) + ) + ) #### CGI module #cgi.assign = ( ".pl" => "/usr/bin/perl",