]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- do not by default forbid download of .pl (and .fcgi) scripts auto/ti/lighttpd-1_4_19-5
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 28 Apr 2008 20:30:27 +0000 (20:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lighttpd-mod_cgi.conf -> 1.7
    lighttpd-mod_fastcgi.conf -> 1.6
    lighttpd-mod_staticfile.conf -> 1.11

lighttpd-mod_cgi.conf
lighttpd-mod_fastcgi.conf
lighttpd-mod_staticfile.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",
+#)
index 0a9485b6a897ed113bbc4b38d40834a3dc03a444..5fddfbffc30895bf8e0ef84232a16e96c9e3d4f0 100644 (file)
@@ -11,3 +11,7 @@ server.modules += (
 #### fastcgi module
 ## read fastcgi.txt for more info
 #fastcgi.debug = 1
+
+#static-file.exclude-extensions = (
+#      ".fcgi",
+#)
index 00d7471372f30c1a76475eed5278ff8522044e57..ef7034f2da59b72f20e6bb1c73dc74e29dab9edd 100644 (file)
@@ -5,11 +5,6 @@ server.modules += (
        "mod_staticfile"
 )
 
-# which extensions should not be handled via static-file transfer
-#
-# .pl, .fcgi are most often handled by mod_fastcgi or mod_cgi
-static-file.exclude-extensions = ( ".pl", ".fcgi" )
-
 # see http://trac.lighttpd.net/trac/ticket/1216
 #etag.use-inode = "enable"
 #etag.use-mtime = "enable"
This page took 0.159593 seconds and 4 git commands to generate.