Author: glen Date: Mon Jul 17 16:49:53 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- do static-file.exclude-extensions in php configs
---- Files affected:
SOURCES:
lighttpd-mod_staticfile.conf (1.3 -> 1.4) , lighttpd-php-external.conf (1.2
-> 1.3) , lighttpd-php-spawned.conf (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/lighttpd-mod_staticfile.conf
diff -u SOURCES/lighttpd-mod_staticfile.conf:1.3
SOURCES/lighttpd-mod_staticfile.conf:1.4
--- SOURCES/lighttpd-mod_staticfile.conf:1.3 Mon Jul 17 18:41:11 2006
+++ SOURCES/lighttpd-mod_staticfile.conf Mon Jul 17 18:49:48 2006
@@ -7,5 +7,5 @@
# which extensions should not be handle via static-file transfer
#
-# .php, .pl, .fcgi are most often handled by mod_fastcgi or mod_cgi
-static-file.exclude-extensions = ( ".php", ".pl", ".fcgi" )
+# .pl, .fcgi are most often handled by mod_fastcgi or mod_cgi
+static-file.exclude-extensions = ( ".pl", ".fcgi" )
================================================================
Index: SOURCES/lighttpd-php-external.conf
diff -u SOURCES/lighttpd-php-external.conf:1.2
SOURCES/lighttpd-php-external.conf:1.3
--- SOURCES/lighttpd-php-external.conf:1.2 Mon Jul 17 18:20:45 2006
+++ SOURCES/lighttpd-php-external.conf Mon Jul 17 18:49:48 2006
@@ -15,3 +15,5 @@
# "port" => 1026,
# )),
#)
+
+static-file.exclude-extensions += (".php")
================================================================
Index: SOURCES/lighttpd-php-spawned.conf
diff -u SOURCES/lighttpd-php-spawned.conf:1.1
SOURCES/lighttpd-php-spawned.conf:1.2
--- SOURCES/lighttpd-php-spawned.conf:1.1 Mon Jul 17 18:12:34 2006
+++ SOURCES/lighttpd-php-spawned.conf Mon Jul 17 18:49:48 2006
@@ -15,3 +15,5 @@
"broken-scriptfilename" => "enable"
))
)
+
+static-file.exclude-extensions += (".php")
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/lighttpd-mod_staticfile.conf?r1=1.3&r2=1.4&f=u
http://cvs.pld-linux.org/SOURCES/lighttpd-php-external.conf?r1=1.2&r2=1.3&f=u
http://cvs.pld-linux.org/SOURCES/lighttpd-php-spawned.conf?r1=1.1&r2=1.2&f=u
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit