If you must use mod_python, then use an up to date version. Version 3.2.8 is old, broken and may not work with modern Python web packages which expect you to be using version 3.3.X.
Better still use mod_wsgi. Graham On Jan 21, 10:24 am, Fork <ti.vel...@gmail.com> wrote: > 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 trac-us...@googlegroups.com. To unsubscribe from this group, send email to trac-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.