[mod_python] environment settings

Graham Dumpleton grahamd at dscpl.com.au
Wed Feb 1 18:02:28 EST 2006


Nic Ferrier wrote ..
> Does SetEnv apply to mod_python code?

It does not insert it into "sys.environ" if that is what you are expecting.
The value will be found in "req.subprocess_env" though.

Graham


More information about the Mod_python mailing list