]> git.pld-linux.org Git - packages/lighttpd.git/blobdiff - lighttpd-mod_fastcgi.conf
- merge
[packages/lighttpd.git] / lighttpd-mod_fastcgi.conf
index 0a9485b6a897ed113bbc4b38d40834a3dc03a444..20c4eaeb72980ecb99709e455c04b8189ad007bb 100644 (file)
@@ -2,7 +2,7 @@
 # but are considerably faster through lower interpreter startup
 # time and socketed communication
 #
-# Documentation: http://www.lighttpd.net/documentation/fastcgi.html
+# 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.026066 seconds and 4 git commands to generate.