On Fri, 2007-11-16 at 23:34 +0200, Mikael Lepistö wrote:
> Hi!
> 
> Has anybody actually managed to configure nginx + mod_wsgi to work
> with pylons? I manage to load static content from public directory,
> but for some reason I can't get requests to map to controllers and
> actions. Is there any special tricks needed for development.ini or
> startup_script.wsgi?

Is there a particular reason you're using mod_wsgi (which is still
alpha-quality AFAIK) rather than simply using Nginx to proxy to Pylons?
There are a couple pretty big downsides to mod_wsgi and not many upsides
that I'm aware of.

If performance is your concern, you can get a moderate boost by using
CherryPy's wsgiserver in place of Paste's http server.  You can also use
Nginx to proxy to multiple Pylons backends.

If you really feel you need to use this module for some reason, I'd
suggest talking directly to Manlio Perillo (the developer).

Regards,
Cliff


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to