]> git.pld-linux.org Git - packages/lighttpd.git/blobdiff - lighttpd-mod_cgi.conf
no dist-xz for ac
[packages/lighttpd.git] / lighttpd-mod_cgi.conf
index d6a0ffe55d1bf84d358f8688fe241db2e7028f0f..75ed293853a05716179cc030a56d680995ca485d 100644 (file)
@@ -1,5 +1,6 @@
 # CGI module
-# http://www.lighttpd.net/documentation/cgi.html
+#
+# Documentation: http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModCGI
 
 server.modules += (
        "mod_cgi"
@@ -18,6 +19,12 @@ alias.url += (
 cgi.assign = (
     ".cgi" => "",
 #      ".pl"  => "/usr/bin/perl",
-#      ".php" => "/usr/bin/php-cgi",
+#      ".php" => "/usr/bin/php.cgi",
 #      ".py"  => "/usr/bin/python",
 )
+
+#static-file.exclude-extensions = (
+#      ".pl",
+#      ".php",
+#      ".py",
+#)
This page took 0.055974 seconds and 4 git commands to generate.