[uWSGI] Paste problem (wsgi application not found)
Roberto De Ioris
roberto at unbit.it
Wed Jul 14 14:04:37 CEST 2010
Il giorno 14/lug/2010, alle ore 13.40, Halldór ha scritto:
> Hi,
>
> I've got a paste (pylons) application that runs fine on it's own (and
> did with gunicorn) but when I try to run it with uwsgi under nginx I
> get that uWSGI Error: wsgi application not found.
>
> The command I use to run uwsgi is:
> /usr/local/bin/uwsgi --paste config:dev/dev.ini --socket :9011 -H
> /home/me/.virtualenvs/dev
>
> The nginx block looks like:
> location / {
> uwsgi_pass 79.171.98.26:9011;
> include uwsgi_params;
> }
>
>
You are running an outdated version of uWSGI.
Download a version > 0.9.5.1
--
Roberto De Ioris
http://unbit.it
JID: roberto at jabber.unbit.it
More information about the uWSGI
mailing list