
Originally Posted by
sewetrev
Hi Guys,
I'm having issues installing trac on my semi-dedicated server.
as far as i can tell trac, sqlite, mod_python etc is installed:
I tried adding:
<VirtualHost * >
DocumentRoot /var/www/myproject
ServerName trac.mycompany.com
<Location />
SetHandler mod_python
PythonInterpreter main_interpreter
PythonHandler trac.web.modpython_frontend
PythonOption TracEnv /var/trac/myproject
PythonOption TracUriRoot /
</Location>
</VirtualHost>
to my httpd.conf, but it didn't work at all.
Anyone have experience setting up trac?