So essentially, uWSGI works like SCGI? I.e., you have your daemon running on some port, and a separate Apache/etc module contacts it. So.... is there a simple client somewhere for testing your site with a URL without a webserver? That's another reason I've been proxying, so that I can use a text browser on the server to check whether the application itself is not responding or Apache is not passing it through right.
On Tue, Aug 10, 2010 at 1:42 PM, [email protected] <[email protected]> wrote: > Yup. > > I think I'm going to use supervisor too now. Seems easier to manage > than the /etc/init.d scripts. > > > On Aug 10, 12:23 pm, Mike Orr <[email protected]> wrote: >> On Tue, Aug 10, 2010 at 10:48 AM, [email protected] <[email protected]> >> wrote: >> > I picked uwsgi b/c it seemed like potentially less overhead coupled >> > with nginx, rather than nginx > apache mod_wsgi. My reasoning was >> > that the newer stable versions of nginx comes with uwsgi integration >> > by default, you just need to install uwsgi to get started. >> >> > I've not using supervisor but it's super easy to start the uwsgi >> > daemon: >> > uwsgi --uid www-data --paste config:/location/to/your/production.ini -- >> > socket :8080 -d /var/log/uwsgi.log >> >> So you have a separate uwsgi daemon for each application, rather than >> one for all the applications? In that case, the uwsgi command line >> itself could run under Supervisor. >> >> -- >> Mike Orr <[email protected]> > > -- > You received this message because you are subscribed to the Google Groups > "pylons-discuss" 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/pylons-discuss?hl=en. > > -- Mike Orr <[email protected]> -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
