Jeroen Ruigrok/asmodai wrote:
-On [20060606 18:24], Ilias Lazaridis ([EMAIL PROTECTED]) wrote:
   <Location />
       SetHandler mod_python
       PythonHandler trac.web.modpython_frontend
       PythonOption TracEnv /var/trac/myproject
       PythonOption TracUriRoot /
   </Location>

Funny, I don't use Location / at all. Granted, I am not using mod_python, but
normal CGI.

http://trac.tendra.org/ is the root and login works how it should.

I use a ScriptAliasMatch of ^/(.*) to /path/to/trac.cgi/$
And Alias /trac to its htdocs location.

ok.

but the problem here is mod_python specific.

I use now:

<LocationMatch /(wiki|timeline|roadmap|browser|report|newticket|
search|settings|about|login|logout|admin|query|trac|site|common|log)

and it works fine.

but somewhere should be a solution for this.

.

--
http://lazaridis.com

_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to