Re: How to setup django-apache-mod_wsgi without killing existing php site?

2008-10-31 Thread Ross Dakin
I run prefork with mod_wsgi (embedded) and mod_php. No troubles so far, though I'm using MySQL with PHP and Postgres with Django, so I'm not likely to experience the MySQL library issues Graham described. I've read that mod_php actually doesn't like worker MPM, because come common PHP extensions

Re: How to setup django-apache-mod_wsgi without killing existing php site?

2008-10-31 Thread Håkan Waara
31 okt 2008 kl. 04.23 skrev Graham Dumpleton: > > > > On Oct 31, 10:14 am, Håkan Waara <[EMAIL PROTECTED]> wrote: >> Hi folks, >> >> I'm in the process of for the first time deploying a django site that >> (unfortunately) needs to share its Apache with an existing PHP site. >> >> I've been readin

Re: How to setup django-apache-mod_wsgi without killing existing php site?

2008-10-30 Thread Graham Dumpleton
On Oct 31, 10:14 am, Håkan Waara <[EMAIL PROTECTED]> wrote: > Hi folks, > > I'm in the process of for the first time deploying a django site that   > (unfortunately) needs to share its Apache with an existing PHP site. > > I've been reading a bunch about mod_wsgi and in many places there are   >

Re: How to setup django-apache-mod_wsgi without killing existing php site?

2008-10-30 Thread Naitik Shah
On Thu, Oct 30, 2008 at 4:14 PM, Håkan Waara <[EMAIL PROTECTED]> wrote: > > Hi folks, > > I'm in the process of for the first time deploying a django site that > (unfortunately) needs to share its Apache with an existing PHP site. > > I've been reading a bunch about mod_wsgi and in many places the

Re: How to setup django-apache-mod_wsgi without killing existing php site?

2008-10-30 Thread Brian Neal
On Oct 30, 6:14 pm, Håkan Waara <[EMAIL PROTECTED]> wrote: > Hi folks, > > I'm in the process of for the first time deploying a django site that   > (unfortunately) needs to share its Apache with an existing PHP site. > > I've been reading a bunch about mod_wsgi and in many places there are   > me

How to setup django-apache-mod_wsgi without killing existing php site?

2008-10-30 Thread Håkan Waara
Hi folks, I'm in the process of for the first time deploying a django site that (unfortunately) needs to share its Apache with an existing PHP site. I've been reading a bunch about mod_wsgi and in many places there are mentions that setting up apache with mpm-worker (basically multithreade