]> TLD Linux GIT Repositories - packages/lighttpd.git/blobdiff - mod_fastcgi.conf
- merged 1.4.48 from PLD, TLDized
[packages/lighttpd.git] / mod_fastcgi.conf
diff --git a/mod_fastcgi.conf b/mod_fastcgi.conf
new file mode 100644 (file)
index 0000000..fabe29a
--- /dev/null
@@ -0,0 +1,17 @@
+# 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"
+)
+
+#### fastcgi module
+## read fastcgi.txt for more info
+#fastcgi.debug = 1
+
+#static-file.exclude-extensions = (
+#      ".fcgi",
+#)