]> git.pld-linux.org Git - packages/lighttpd.git/blobdiff - lighttpd-mod_cgi.conf
- do not by default forbid download of .pl (and .fcgi) scripts
[packages/lighttpd.git] / lighttpd-mod_cgi.conf
index 8c5e97fbca195ea2ed54835ba15b1bd49648ab08..329f6101928c801b4fdefad7f92a696e25e3c2d0 100644 (file)
@@ -22,3 +22,9 @@ cgi.assign = (
 #      ".php" => "/usr/bin/php.cgi",
 #      ".py"  => "/usr/bin/python",
 )
+
+#static-file.exclude-extensions = (
+#      ".pl",
+#      ".php",
+#      ".py",
+#)
This page took 0.074132 seconds and 4 git commands to generate.