Graham Dumpleton
graham.dumpleton at gmail.com
Fri Oct 26 18:53:42 EDT 2007
Post the mod_python configuration from Apache configuration file that you are using. Also, are you setting PythonInterpreter like the Django documentation explains as an example? Graham On 27/10/2007, Chris Guin <cguin at bbn.com> wrote: > 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 > > > _______________________________________________ > Mod_python mailing list > Mod_python at modpython.org > http://mailman.modpython.org/mailman/listinfo/mod_python >
|