Hi, I'm currently deploying Django on Apache with WSGI.
Anyhow, I've heard really good things about the Gunicorn (http:// gunicorn.org/) WSGI server, so I was hoping to try it out. I'm running Ubuntu 10.04, so I've installed the packages from the official PPA (https://launchpad.net/~bchesneau/+archive/gunicorn) However, I'm having trouble finding detailed instructions for Gunicorn + Django in English. E.g.: http://blog.exirel.me/technique/apache-proxy-gunicorn-runit-django http://blog.sietch-tabr.com/index.php/post/2010/04/04/Heberger-des-projets-Django-avec-Nginx-et-Gunicorn Nor can I seem to find anything on how to deploy Apache + Django + Gunicorn in English either. Has anybody had success with getting it properly setup in production with Django, and if so, would it be possible to post up your sample config scripts? Many of the guides refer to using Nginx - however, I need Apache running on this server (other sites), and I only have a single IP address on this system. And I'm not aware of any way of passing only specific virtual-hosts through to Nginx, to then pass onto Gunicorn. But if there's an easy way of doing that, I'm open to using Nginx + Django + Gunicorn as an alternative. Cheers, Victor -- 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.

