[mod_python] Issues with multiple instances of mod_python websites on the same machine

L.Guruprasad lgp171188 at gmail.com
Sun Dec 6 05:46:11 EST 2009


Hi,
Graham Dumpleton wrote:
> Each user must be given a separate Python sub interpreter instance to
> run their copy of the application in. This is done using the
> PythonInterpreter directive. Thus, set this directive inside of a
> Directory directive unique to web directory inside users account. For
> example:
> 
> <Directory /home/joe/public_html>
> PythonInterpreter user:joe
> </Directory>
> 
> <Directory /home/bob/public_html>
> PythonInterpreter user:bob
> </Directory>
> 
> Graham


Thank you Graham. This solves the issue. :-)

Regards,
Guruprasad


More information about the Mod_python mailing list