[pylons-devel] wsgi server of choice?

2015-09-24 Thread Chris Withers
Hi All, What's the recommended wsgi server for Pyramid apps nowadays? My go-to would normally be mod_wsgi, but I'm having a hard time getting my head around using that with an environment set up with environment modules . That modules system is causing me plen

Re: [pylons-devel] wsgi server of choice?

2015-09-24 Thread Bert JW Regeer
I personally use uWSGI with nginx, however there are also a lot of people that simply reverse proxy to waitress. > On Sep 24, 2015, at 10:25, Chris Withers wrote: > > Hi All, > > What's the recommended wsgi server for Pyramid apps nowadays? > > My go-to would normally be mod_wsgi, but I'm ha

Re: [pylons-devel] wsgi server of choice?

2015-09-24 Thread Jon Rosebaugh
I generally set up with nginx (as ssl terminator, etc) reverse-proxying to gunicorn. Waitress would work just as well as gunicorn for quite a lot of deployments. On Thu, Sep 24, 2015, at 12:25 PM, Chris Withers wrote: > Hi All, > > What's the recommended wsgi server for Pyramid apps nowadays? >

Re: [pylons-devel] wsgi server of choice?

2015-09-24 Thread Jonathan Vanasco
On Thursday, September 24, 2015 at 12:28:01 PM UTC-4, Bert JW Regeer wrote: > > I personally use uWSGI with nginx, however there are also a lot of people > that simply reverse proxy to waitress. > Production: uWSGI with nginx. nginx is controlled by the standard os hooks; the uwsgi services

Re: [pylons-devel] wsgi server of choice?

2015-09-24 Thread Karl O. Pinc
On Thu, 24 Sep 2015 09:25:14 -0700 (PDT) Chris Withers wrote: > What's the recommended wsgi server for Pyramid apps nowadays? FYI. I find the uwsgi documentation to be little more than a nightmareish collection of recipes. Painless, perhaps, if you find a recipe that meets your needs but awfu