SOURCES: trac-lighttpd.conf - add sample for single project

glen glen at pld-linux.org
Tue Aug 22 17:30:11 CEST 2006


Author: glen                         Date: Tue Aug 22 15:30:10 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- add sample for single project

---- Files affected:
SOURCES:
   trac-lighttpd.conf (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/trac-lighttpd.conf
diff -u SOURCES/trac-lighttpd.conf:1.1 SOURCES/trac-lighttpd.conf:1.2
--- SOURCES/trac-lighttpd.conf:1.1	Thu Jul 20 20:13:50 2006
+++ SOURCES/trac-lighttpd.conf	Tue Aug 22 17:30:05 2006
@@ -10,7 +10,7 @@
 )
 
 $HTTP["url"] =~ "^/trac/([^/]+/)?chrome/" {
-# no fastcgi
+	# no fastcgi
 } else $HTTP["url"] =~ "^/trac" {
 	fastcgi.server += (
 		"/trac" => (
@@ -22,7 +22,9 @@
 				"min-procs"		=> 1,
 				"max-procs"		=> 1,
 				"bin-environment" => (
+					# for single project, use TRAC_ENV
 					"TRAC_ENV_PARENT_DIR" => "/var/lib/trac/",
+#					"TRAC_ENV" => "/var/lib/trac/project/",
 				),
 			),
 		),
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/trac-lighttpd.conf?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list