SOURCES: trac-lighttpd.conf - include pid in fcgi socket name to handle gra...

glen glen at pld-linux.org
Thu May 29 11:43:37 CEST 2008


Author: glen                         Date: Thu May 29 09:43:35 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- include pid in fcgi socket name to handle graceful lighttpd restarts

---- Files affected:
SOURCES:
   trac-lighttpd.conf (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SOURCES/trac-lighttpd.conf
diff -u SOURCES/trac-lighttpd.conf:1.4 SOURCES/trac-lighttpd.conf:1.5
--- SOURCES/trac-lighttpd.conf:1.4	Mon May 26 17:40:38 2008
+++ SOURCES/trac-lighttpd.conf	Thu May 29 11:43:29 2008
@@ -36,7 +36,7 @@
 		"/trac" => (
 			(
 				"bin-path"		=> "/usr/share/trac/cgi-bin/trac.fcgi",
-				"socket"		=> "/var/run/lighttpd/trac.sock",
+				"socket"		=> "/var/run/lighttpd/trac-" + var.pid + ".sock",
 				"check-local"	=> "disable",
 				"disable-time"	=> 1,
 				"min-procs"		=> 1,
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/trac-lighttpd.conf?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list