[packages/trac] TracUriRoot needed for multiple projects

glen glen at pld-linux.org
Thu Jun 19 22:23:10 CEST 2014


commit 6de186a216156e695fe22e7ae1bfaa528b20ac52
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Thu Jun 19 23:23:07 2014 +0300

    TracUriRoot needed for multiple projects

 trac-apache.conf | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/trac-apache.conf b/trac-apache.conf
index 255a989..5f5f62a 100644
--- a/trac-apache.conf
+++ b/trac-apache.conf
@@ -22,8 +22,9 @@ AliasMatch ^/trac/([^/]+/)?chrome/([^/]+)/(.*) /usr/share/trac/htdocs/$2/$3
 	<Location /trac>
 		SetHandler mod_python
 		PythonHandler trac.web.modpython_frontend
-		# For multiple projects
+		# For multiple projects -- http://trac.edgewall.org/wiki/TracUbuntuMultipleProjects
 		PythonOption TracEnvParentDir /var/lib/trac
+		PythonOption TracUriRoot /trac
 	</Location>
 	<Location ~ "^/trac/([^/]+/)?chrome/">
 		Sethandler default-handler
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/trac.git/commitdiff/6de186a216156e695fe22e7ae1bfaa528b20ac52



More information about the pld-cvs-commit mailing list