﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
9434	mod_python and unique PythonInterpreters	lifewithryan	nobody	"The documentation for  PythonInterpreter when using mod_python appears to be mis-stated.  The experience I had was running 2 django instances but in two different virtual hosts.  The docs state you need to add a python intrepreter if you are running two django instances in the same virtual host.  However, by not having a PythonInterpreter setup the python cache still appeared to be getting messed up.  As soon as I added the PythonInterpreter, things started working as expected.

The text in question is:  ""If you need to put two Django installations within the same VirtualHost, you'll need to take a special precaution to ensure mod_python's cache doesn't mess things up. Use the PythonInterpreter directive to give different <Location> directives separate interpreters:""

Again, as stated above, the docs lead you to believe that if you are running two django instances in different virtual hosts, you don't need this.  Perhaps I'm wrong and something else was at play, but to me, this did the trick."		closed	Documentation	1.0		fixed			Unreviewed	0	0	0	0	0	0
