[mod_python] Managing multiple users with mod-python

Marco Catellani catellani.m at maxmara.it
Wed Dec 10 09:17:12 EST 2003


Hi,
I'm experienced with Python and I'm learning to configure and use Mod Python (rel 3.03) and Apache (rel 2).
I'm setting up on my server a test environment, and I would like to manage multiple users, everyone of them using a different python interpreter.
Every programmer in my test environment should work with its own user and the python programs launched by him should run under his user and should not interfere with other user's processes.
Apache supports only one user for all child processes, so I'm not able to launch multiple interpreters with different users. Does Mod Python offers any feature to satisfy my need?

Thanks a lot

     Marco





More information about the Mod_python mailing list