On Jan 3, 2006, at 10:08 AM, Ian Docherty wrote:

Further update

I now have a working trac (sort-of) at http://83.138.144.120:8003/ but you will note that there are stylesheet problems (and probably others) is this where the TracUriRoot comes into play? My latest config is as follows.

<VirtualHost *:8003>
 DocumentRoot /var/trac/monex
 <Location />
   SetHandler mod_python
   PythonHandler trac.web.modpython_frontend
   PythonOption TracEnv "/var/trac/monex"
#    PythonOption TracUriRoot /var/trac/monex
 </Location>
</VirtualHost>

(Your test case is login-protected.)

From my notes, you'd want to use

    PythonOption TracUriRoot /

but it's hard to tell exactly.

Cheers!
--Chris Ryland / Em Software, Inc. / www.emsoftware.com

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

Reply via email to