I'm finding conflicting info regarding preferred server configurations. I'm using Nginx for static, passing off to Apache/mod_wsgi for django stuff. Currently, wsgi is in daemon, and I'm using the worker MPM. >From some sources I've seen that is ideal, but I notice in the django docs that prefork MPM is better. But then I read you can't use prefork if wsgi is in daemon mode.
So I'm confused, and hoping someone can clarify for me. -- 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.

