> Hi, > > this is the first time trying to use uwsgi, and stuck at integrating it > into supervisord for process management > > I have my project set up in a virtualenv. I've created a uwsgi.ini file, > and can start the server manually with "uwsgi --ini > /home/openerp/etc/openerp.uwsgi.ini". Everything works fine. > > Then I've created a supervisord config script file using a Procfile and > foreman. Starting the program through supervisord fails with the following > log lines: > >
Before investigating your problem, just one question ? why so many layers ? foreman is already a process starter, just configure it to start uWSGI. Nowadays supervisord is useful only if you already have legacy apps running on it, otherwise uWSGI by itself is a way more capable process manager. -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
