]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
- don't handle php files as static file
authorPaweł Gołaszewski <blues@pld-linux.org>
Sun, 27 Apr 2008 14:04:02 +0000 (14: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.9

lighttpd-mod_staticfile.conf

index 00d7471372f30c1a76475eed5278ff8522044e57..048afc810ee52bc3d92cf4d248ea5ce17a1732f8 100644 (file)
@@ -7,8 +7,8 @@ server.modules += (
 
 # 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" )
+# .fcgi, .php, .pl are most often handled by mod_fastcgi or mod_cgi
+static-file.exclude-extensions = ( ".fcgi", ".php", ".pl" )
 
 # see http://trac.lighttpd.net/trac/ticket/1216
 #etag.use-inode = "enable"
This page took 0.050658 seconds and 4 git commands to generate.