packages: trac/trac-apache.conf - direct access should be first

glen glen at pld-linux.org
Thu Jan 26 23:48:02 CET 2012


Author: glen                         Date: Thu Jan 26 22:48:02 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- direct access should be first

---- Files affected:
packages/trac:
   trac-apache.conf (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: packages/trac/trac-apache.conf
diff -u packages/trac/trac-apache.conf:1.10 packages/trac/trac-apache.conf:1.11
--- packages/trac/trac-apache.conf:1.10	Tue Apr  6 17:41:41 2010
+++ packages/trac/trac-apache.conf	Thu Jan 26 23:47:57 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.10&r2=1.11&f=u



More information about the pld-cvs-commit mailing list