Re: Multiple Django on Apache

2007-02-07 Thread Moses Ting
Thanks for the info, having PythonInterpreter in there worked!! Thanks On Feb 6, 6:09 pm, Sandro Dentella <[EMAIL PROTECTED]> wrote: > On Tue, Feb 06, 2007 at 12:18:45PM -0800, Moses Ting wrote: > > > Hello, > > > I've been having ALOT of trouble getting multiple Django instances to > > work on

Re: Multiple Django on Apache

2007-02-06 Thread Sandro Dentella
On Tue, Feb 06, 2007 at 12:18:45PM -0800, Moses Ting wrote: > > Hello, > > I've been having ALOT of trouble getting multiple Django instances to > work on one machine. This is a local machine and I'm trying to set up > a dev and a test instance of Django. The problem is that when I try > to ac

Multiple Django on Apache

2007-02-06 Thread Moses Ting
Hello, I've been having ALOT of trouble getting multiple Django instances to work on one machine. This is a local machine and I'm trying to set up a dev and a test instance of Django. The problem is that when I try to access the dev site via http://machine:90, it still brings up the test versio