[web2py] Re: Help with deploying on nginx

2013-08-29 Thread Niphlod
what does uwsgi log show ? On Thursday, August 29, 2013 8:18:02 PM UTC+2, Apple Mason wrote: I keep getting 502 Bad Gateway, and I'm not sure why. I followed the Nginx deployment recipe on the website, with the following changes: /etc/uwsgi/web2py.xml: Used /var/www-data/web2py/ instead of

[web2py] Re: Help with deploying on nginx

2013-08-29 Thread Apple Mason
There's a lot of lines but here's a good portion of it: *** Operational MODE: no-workers *** spawned uWSGI master process (pid: 10483) *** starting uWSGI Emperor *** *** has_emperor mode detected (fd: 6) *** [uWSGI] parsing config file web2py.xml *** Starting uWSGI 1.2.3-debian (64bit) on [Thu

[web2py] Re: Help with deploying on nginx

2013-08-29 Thread Niphlod
http://stackoverflow.com/questions/10748108/nginx-uwsgi-unavailable-modifier-requested-0 its better to build uwsgi from source, so you dont' get caught in this crazy-organized apt packages. On Thursday, August 29, 2013 9:18:45 PM UTC+2, Apple Mason wrote: There's a lot of lines but here's a