Re: Trac/Django on the same Apache instance

2006-11-10 Thread Antonio Cavedoni
On 10 Nov 2006, at 15:04, Rachel Willmer wrote: > I have trac/django co-existing happily with the following config: > > They both run on separate virtual hosts under Apache2. I have the same configuration (different Virtual Hosts, same Apache). I dug some more, and apparently it’s the datatype o

Re: Trac/Django on the same Apache instance

2006-11-10 Thread Rachel Willmer
I have trac/django co-existing happily with the following config: They both run on separate virtual hosts under Apache2. The trac config looks like this: SetHandler mod_python PythonHandler trac.web.modpython_frontend PythonOption TracEnv

Trac/Django on the same Apache instance

2006-11-10 Thread Antonio Cavedoni
Hello django-users, I’m having a bit of a problem making Trac and Django coexist on the same Apache instance. I have django.example.org and trac.example.org, both with their own PythonInterpreter directive set to “django” in the former case and “trac” in the other. The problem is that if