On Nov 3, 4:49 pm, Stephen Moore <delfick...@gmail.com> wrote:
> On Tue, Nov 3, 2009 at 1:31 PM, Graham Dumpleton
>
> <graham.dumple...@gmail.com> wrote:
> >http://code.google.com/p/modwsgi/wiki/ApplicationIssues#Application_E...
>
> > You are experiencing environment variable leakage between Python sub
> > interpreters. Affects mod_wsgi as well as mod_python, or any embedded
> > solution using multiple Python interpreters for that matter.
>
> ahhhh....
>
> that makes sense :)
>
>
>
> > Make sure you set PRODUCTION/INTERNET in all application
> > configurations. Ie., add:
>
> > SetEnv PRODUCTION true
> > SetEnv INTERNET true
>
> > or whatever it needs to be in other configurations.
>
> hmm, I'm not sure if that solves the problem or not.
> It seems less frequent but it does happen.....
>
> is there a way to pass options to the site with mod_python without
> relying on environment variables?
Cant you just have different settings files and set
DJANGO_SETTINGS_MODULES different for each installation?
Graham
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to
django-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---