On Mon, Jun 25, 2007 at 03:29:25PM -0000, Jay Sonmez wrote:
> I want to be able to save some server variables as long as Apache runs
> on the server (mod_python).
> 
> How is that possible in Python?

Would setting environment variables help you? You'd use
os.environ.
http://docs.python.org/lib/os-procinfo.html

-- 
Stephen R. Laniel
[EMAIL PROTECTED]
Cell: +(617) 308-5571
http://laniels.org/
PGP key: http://laniels.org/slaniel.key
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to