Chris Guin
cguin at bbn.com
Fri Oct 26 11:38:53 EDT 2007
Hi, We're trying to run two different Django applications from the same Apache server using mod_python. Their url spaces should not overlap. We have different sets of <Location> nodes in Httpd.conf, using the appropriate settings.py for each. The apps are located in two separate folders. However, Apache does not seem to want to let you switch between them - if you go to App1 first, it will use App1's settings whether the URL points to App1 or App2. Do we need to somehow consolidate the settings.py, or is there some other way to set this up properly? Thanks, Chris Guin
|