Re: Question on multiple python environments in Apache

2010-10-25 Thread Steve Holden
ario Miri" > To: "python-list" > Sent: Monday, October 25, 2010 2:50:55 AM Subject: Re: Question on > multiple python environments in Apache > > > Why wouldn't you use multiple apache instances? > > > On Fri, Oct 22, 2010 at 11:28 PM, Jeffrey G

Re: Question on multiple python environments in Apache

2010-10-25 Thread Jeffrey Gaynor
eters running at a time or, failing that, a way to get separate threads. Is there an *easy* way to do this with virtualenv or virtual hosts under Apache? - Original Message - From: "Mario Miri" To: "python-list" Sent: Monday, October 25, 2010 2:50:55 AM Subject:

Re: Question on multiple python environments in Apache

2010-10-25 Thread Mario Miri
Why wouldn't you use multiple apache instances? On Fri, Oct 22, 2010 at 11:28 PM, Jeffrey Gaynor 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 Djang