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 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

