SOURCES: lighttpd-mod_staticfile.conf - don't handle php files as ...
blues
blues at pld-linux.org
Sun Apr 27 16:04:08 CEST 2008
Author: blues Date: Sun Apr 27 14:04:08 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- don't handle php files as static file
---- Files affected:
SOURCES:
lighttpd-mod_staticfile.conf (1.8 -> 1.9)
---- Diffs:
================================================================
Index: SOURCES/lighttpd-mod_staticfile.conf
diff -u SOURCES/lighttpd-mod_staticfile.conf:1.8 SOURCES/lighttpd-mod_staticfile.conf:1.9
--- SOURCES/lighttpd-mod_staticfile.conf:1.8 Tue Sep 4 15:19:41 2007
+++ SOURCES/lighttpd-mod_staticfile.conf Sun Apr 27 16:04:02 2008
@@ -7,8 +7,8 @@
# 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"
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/lighttpd-mod_staticfile.conf?r1=1.8&r2=1.9&f=u
More information about the pld-cvs-commit
mailing list