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
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 Gaynor < jgay...@ncsa.uiuc.edu > wrote: I have several different versions of a web app that run under Apache. The issue is t

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

Question on multiple python environments in Apache

2010-10-22 Thread Jeffrey Gaynor
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 ind