]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- revert, put this to new package if really needed
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 27 Apr 2008 17:04:03 +0000 (17:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    lighttpd-mod_staticfile.conf -> 1.10

lighttpd-mod_staticfile.conf

index 048afc810ee52bc3d92cf4d248ea5ce17a1732f8..00d7471372f30c1a76475eed5278ff8522044e57 100644 (file)
@@ -7,8 +7,8 @@ server.modules += (
 
 # which extensions should not be handled via static-file transfer
 #
-# .fcgi, .php, .pl are most often handled by mod_fastcgi or mod_cgi
-static-file.exclude-extensions = ( ".fcgi", ".php", ".pl" )
+# .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"
This page took 0.073692 seconds and 4 git commands to generate.