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 > mentions that setting up apache with mpm-worker (basically > multithreaded mode) will not work if you're also hosting a PHP site on > the same Apache; Apache will crash, and the world will collapse... > > What I haven't been able to find out is if it's possible/worth it to > use mod_wsgi (efficiently) in this situation at all, and if so how to > do it? > > Does anyone have other suggestions on how to avoid mod_python in this > situation? Should I have a look at nginx for example? > > Any hints appreciated! > /Håkan
Well it might also just work. I am running a site with PHP, django via mod_python, and MySQL without any problems on Fedora Core 6. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

