SOURCES: lighttpd-php-external.conf, lighttpd-php-spawned.conf - m...

glen glen at pld-linux.org
Fri Dec 15 12:53:56 CET 2006


Author: glen                         Date: Fri Dec 15 11:53:55 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- minimal default disable-time

---- Files affected:
SOURCES:
   lighttpd-php-external.conf (1.5 -> 1.6) , lighttpd-php-spawned.conf (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SOURCES/lighttpd-php-external.conf
diff -u SOURCES/lighttpd-php-external.conf:1.5 SOURCES/lighttpd-php-external.conf:1.6
--- SOURCES/lighttpd-php-external.conf:1.5	Tue Dec 12 20:53:51 2006
+++ SOURCES/lighttpd-php-external.conf	Fri Dec 15 12:53:50 2006
@@ -4,6 +4,7 @@
 		"socket" => "/var/run/php/fcgi.sock",
 		# we enable check-local so you can use server.error-handler-404 for php files too
 		"check-local" => "enable",
+		"disable-time" => 1,
 		"bin-copy-environment" => (
 			"PATH", "SHELL", "USER"
 		),

================================================================
Index: SOURCES/lighttpd-php-spawned.conf
diff -u SOURCES/lighttpd-php-spawned.conf:1.3 SOURCES/lighttpd-php-spawned.conf:1.4
--- SOURCES/lighttpd-php-spawned.conf:1.3	Tue Dec 12 20:53:51 2006
+++ SOURCES/lighttpd-php-spawned.conf	Fri Dec 15 12:53:50 2006
@@ -14,6 +14,7 @@
 		),
 		"broken-scriptfilename" => "enable",
 		"check-local" => "enable",
+		"disable-time" => 1,
 	))
 )
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/lighttpd-php-external.conf?r1=1.5&r2=1.6&f=u
    http://cvs.pld-linux.org/SOURCES/lighttpd-php-spawned.conf?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list