packages: trac/trac-apache.conf - blah no; revert
glen
glen at pld-linux.org
Thu Jan 26 23:51:17 CET 2012
Author: glen Date: Thu Jan 26 22:51:17 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- blah no; revert
---- Files affected:
packages/trac:
trac-apache.conf (1.11 -> 1.12)
---- Diffs:
================================================================
Index: packages/trac/trac-apache.conf
diff -u packages/trac/trac-apache.conf:1.11 packages/trac/trac-apache.conf:1.12
--- packages/trac/trac-apache.conf:1.11 Thu Jan 26 23:47:57 2012
+++ packages/trac/trac-apache.conf Thu Jan 26 23:51:12 2012
@@ -10,14 +10,14 @@
# TracModPython
# http://projects.edgewall.com/trac/wiki/TracModPython
<IfModule mod_python.c>
- <Location ~ "^/trac/([^/]+/)?chrome/">
- Sethandler default-handler
- </Location>
<Location /trac>
SetHandler mod_python
PythonHandler trac.web.modpython_frontend
# For multiple projects
PythonOption TracEnvParentDir /var/lib/trac
+ </Location>
+ <Location ~ "^/trac/([^/]+/)?chrome/">
+ Sethandler default-handler
</Location>
</IfModule>
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/trac/trac-apache.conf?r1=1.11&r2=1.12&f=u
More information about the pld-cvs-commit
mailing list