]> git.pld-linux.org Git - packages/lighttpd.git/blobdiff - lighttpd-mod_fastcgi.conf
- update to 1.4.18, fixes SA 2007:12
[packages/lighttpd.git] / lighttpd-mod_fastcgi.conf
index a255fec5f0b34f4db1a3506d7150bca546879d6b..0a9485b6a897ed113bbc4b38d40834a3dc03a444 100644 (file)
@@ -1,3 +1,9 @@
+# FastCGI programs have the same functionality as CGI programs,
+# but are considerably faster through lower interpreter startup
+# time and socketed communication
+#
+# Documentation: http://www.lighttpd.net/documentation/fastcgi.html
+
 server.modules += (
        "mod_fastcgi"
 )
@@ -5,24 +11,3 @@ server.modules += (
 #### fastcgi module
 ## read fastcgi.txt for more info
 #fastcgi.debug = 1
-#fastcgi.server = (
-#      ".php" => (
-#              "localhost" => (
-#                      "socket" => "/var/run/php/php-fastcgi.sock",
-#                      "bin-path" => "/usr/bin/php.fcgi",
-#              )
-#      )
-#)
-
-#### standalone of php-fcgi
-# if you want to use standalone version of php.fcgi
-# install php-fcgi-init , start php-fcgi and then start lighttpd
-#
-#fastcgi.server = (
-#      ".php" => (
-#              ( "host" => "127.0.0.1",
-#                "port" => 1026,
-#              )
-#      )
-#)
-
This page took 0.02869 seconds and 4 git commands to generate.