]> git.pld-linux.org Git - packages/lighttpd.git/blobdiff - lighttpd-mod_fastcgi.conf
up to 1.4.38
[packages/lighttpd.git] / lighttpd-mod_fastcgi.conf
index e93f187d614bdba1c3282599557b03f68822e9ab..fabe29ab82f633ad42c68d4dc2e716ac7f5eab08 100644 (file)
@@ -1,8 +1,8 @@
-## 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
+# FastCGI programs have the same functionality as CGI programs,
+# but are considerably faster through lower interpreter startup
+# time and socketed communication
+#
+# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModFastCGI
 
 server.modules += (
        "mod_fastcgi"
@@ -11,3 +11,7 @@ server.modules += (
 #### fastcgi module
 ## read fastcgi.txt for more info
 #fastcgi.debug = 1
+
+#static-file.exclude-extensions = (
+#      ".fcgi",
+#)
This page took 0.040347 seconds and 4 git commands to generate.