Question on multiple python environments in Apache

Mario Miri mario.miri at gmail.com
Mon Oct 25 03:50:55 EDT 2010


Why wouldn't you use multiple apache instances?

On Fri, Oct 22, 2010 at 11:28 PM, Jeffrey Gaynor <jgaynor at ncsa.uiuc.edu>wrote:

> I have several different versions of a web app that run under Apache. The
> issue is that I need to have several different configurations available
> under several environments (such as Django, mod_python and plain vanilla
> mod_wsgi). Is there a simple way to get several of these to be completely
> independent? I thought about virtualenv, but it seems that I can only get
> one virtual environment for the entire server (so this just keeps it
> distinct from my main python install), rather than half a dozen. These will
> be on a dedicated test server so performance is not an issue.
>
> Does anyone know of a good FAQ that discusses this?
>
> Thanks in advance,
>
> Jeff
> --
> http://mail.python.org/mailman/listinfo/python-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20101025/e107e7e9/attachment.html>


More information about the Python-list mailing list