Re: Reloading only one Python interpreter with Apache

2007-11-04 Thread Sander Dijkhuis
Thanks for your replies, Kenneth and Graham! Graham explained my problem better than I could, and mod_wsgi looks very useful indeed. I'll try to install it this week, so also thanks for creating it. :-) Sander --~--~-~--~~~---~--~~ You received this message becaus

Reloading only one Python interpreter with Apache

2007-11-03 Thread Sander Dijkhuis
On our Apache server, we're hosting multiple Django projects. The Apache configuration is like this: PythonAutoReload Off ServerName first.example.com SetHandler python-program SetEnv DJANGO_SETTINGS_MODULE first.settings PythonInterpreter first