]> git.pld-linux.org Git - packages/trac.git/commitdiff
- direct access should be first
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 26 Jan 2012 22:47:57 +0000 (22:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    trac-apache.conf -> 1.11

trac-apache.conf

index dc9d7f10e75a98057398b7ac2a128ae2b3bbfa15..58c80ca94cf2370bf4af33485e04cce831b49a7c 100644 (file)
@@ -10,15 +10,15 @@ AliasMatch ^/trac/([^/]+)/chrome/common/(.*) /usr/share/trac/htdocs/$2
 # 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>
 
 # TracCgi
This page took 0.035267 seconds and 4 git commands to generate.