]> git.pld-linux.org Git - packages/lighttpd.git/blobdiff - lighttpd-mod_staticfile.conf
- don't handle php files as static file
[packages/lighttpd.git] / 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.025584 seconds and 4 git commands to generate.