Hi all,
I have a trac environment setup as my root location:
https://moo.cmcl.cs.cmu.edu/
This is done on line 247:
http://pastebin.com/f74255c0a
However, I want https://moo.cmcl.cs.cmu.edu/perspectives to NOT map into
this environment, I want it to map locally to: /var/www/perspectives
So,
Hi all,
I am trying to configure my trac environment and apache server such that
a single trac project is my root location, but a user can still access
location /trac for a list of projects or /trac/PROJECT to reach PROJECT.
What I am trying is:
SetHandler mod_python
PythonHandler trac.w