I am very very new to this. I am trying to configure Trac 0.11 to run on Apache 2.2.3 on CentOS 5.4 with mod_python 3.2.8 using PostgreSQL 8.1 and SVN (path is /srv/ svn/test).
I've managed to create a trac environment on /srv/trac/testTrac. All good. it runs with tracd. My problem now lies with Apache and mod_python, I am not sure how to configure them correctly. I have managed to change the document root in apache to /srv. I have added the following to the end of the httpd.conf file. <Location /trac> SetHandler mod_python PythonInterpreter main_interpreter PythonHandler trac.web.modpython_frontend PythonOption TracEnv /srv/trac/testeTrac/ PythonOption TracUriRoot /trac </Location> But all i get by browsing to localhost/trac is a 500 error. Can someone help me?
-- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
