Re: hosting a django application

2009-08-04 Thread Benjamin Sergeant
You can also look at mod_wsgi or spawning (the last one does not require any configuration nor apache). On Tue, Aug 4, 2009 at 9:53 PM, Kenneth Gonsalves wrote: > > On Wednesday 05 Aug 2009 10:00:37 am rekha wrote: >> How can i host a django application (virtual hosting in apache) using >> apache

Re: hosting a django application

2009-08-04 Thread Kenneth Gonsalves
On Wednesday 05 Aug 2009 10:00:37 am rekha wrote: > How can i host a django application (virtual hosting in apache) using > apache server. I should be able to access my application remotely and > do some changes.. what are the things i need to install.. and give me > the steps to do that.. please