#9434: mod_python and unique PythonInterpreters
---------------------------+------------------------------------------------
 Reporter:  lifewithryan   |       Owner:  nobody    
   Status:  new            |   Milestone:            
Component:  Documentation  |     Version:  1.0       
 Keywords:                 |       Stage:  Unreviewed
Has_patch:  0              |  
---------------------------+------------------------------------------------
 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.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/9434>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to