Thanks to Robin,Chris, Andrey and Matthew for being so patient with me. :) and apologies to everyone else for the bandwidth...

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>

Regards
Ian

Ian Docherty wrote:

Matthew
The documentation at http://projects.edgewall.com/trac/wiki/TracModPython header 'Virtual Host Configuration' is where I got the <Directory /> configuration from. So is the documentation wrong?

I have just installed the latest mod_python (3.1.3) since I saw somewhere that that might be the problem.

My trac environment is at /var/trac/monex, which is where I run the built-in server

tracd --port 8005 /var/trac/monex/

Then the URL http://83.138.144.120:8005/ works OK.
---------------


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

Reply via email to