4 messages in com.googlegroups.pylons-discussRe: Running pylons with nginx + mod_wsgi
FromSent OnAttachments
Mikael Lepistö16 Nov 2007 13:33 
Marcin Kasperski16 Nov 2007 14:16 
Cliff Wells16 Nov 2007 15:26 
Mikael Lepistö17 Nov 2007 02:59 
Subject:Re: Running pylons with nginx + mod_wsgi
From:Marcin Kasperski (Marc@public.gmane.org)
Date:11/16/2007 02:16:35 PM
List:com.googlegroups.pylons-discuss

Has anybody actually managed to configure nginx + mod_wsgi to work with pylons?

Leaving apart the fact that this configuration is highly experimental, it is not very likely to be optimal. Nginx is optimized for serving plenty of clients with one worker, so keeping its processess busy for pylons request need not be that good.

I am fairly happy using nginx as reverse proxy (and static content handler) for pylons served by paste...