Re: django + mod_python + apache2 config problem

2009-10-19 Thread Graham Dumpleton
On Oct 19, 6:10 pm, Lars Stavholm wrote: > Bit of an annoying problem with apache2 + mod_python configuration. > > I've got my django site setup and working. When adding a > directive in the apache config which then includes authentication, > the SetHandler None directive doesn't seem to work,

Re: django + mod_python + apache2 config problem

2009-10-19 Thread Kenneth Gonsalves
On Monday 19 Oct 2009 12:40:48 pm Lars Stavholm wrote: > > SetHandler mod_python > PythonInterpreter main_interpreter > PythonHandler trac.web.modpython_frontend > PythonOption TracEnv /var/trac/bfact > PythonOption TracParentEnv /var/trac > PythonOption TracUriRoot /trac > PythonOp

django + mod_python + apache2 config problem

2009-10-19 Thread Lars Stavholm
Bit of an annoying problem with apache2 + mod_python configuration. I've got my django site setup and working. When adding a directive in the apache config which then includes authentication, the SetHandler None directive doesn't seem to work, i.e. I get a "Page not found" error in my django sit