On Tue, Nov 3, 2009 at 1:31 PM, Graham Dumpleton
<[email protected]> wrote:
> http://code.google.com/p/modwsgi/wiki/ApplicationIssues#Application_Environment_Variables
>
> 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?

Regards
Stephen

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to