On Jun 25, 8:29 am, Jay Sonmez <[EMAIL PROTECTED]> 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?
I don't have any experience with mod_python, but I'm assuming all of the standard python modules are available. You might check out http://docs.python.org/lib/module-shelve.html. -- http://mail.python.org/mailman/listinfo/python-list