I am attempting to start uWSGI on Ubuntu 12.04.
Upon $ sudo service uwsgi start
or # uwsgi --ini /usr/share/uwsgi/conf/default.ini --ini /etc/uwsgi/apps-enabled/file.ini
, I receive the following error:
opendir(): No such file or directory [uwsgi.c line 471]
The first invokation logs this error to /var/log/uwsgi
and the second outputs this error to stdout
.
What's wrong?