The folder /opt/uwsgi-python exists, and it has many files and folders, but no uwsgi file... There are: uwsgi.c uwsgi.h uwsgi.xml uwsgi_API.txt uwsgi_for_nginx.conf uwsgi_handlers.c uwsgibuild.lastprofile uwsgibuild.log uwsgiconfig.py uwsgidecorators.py uwsgidsl.rb uwsgirouter.py uwsgirouter2.py uwsgirouter3.py uwsgirouter4.py uwsgirouter5.py uwsgistatus.py ...
And there is a folder: uwsgicc But not: "uwsgi" file/folder as such... On Monday, January 28, 2013 2:59:11 PM UTC+2, Arnon Marcus wrote: > > uwsgi.log is empty... > > On Monday, January 28, 2013 2:57:50 PM UTC+2, Arnon Marcus wrote: >> >> Here is something: >> >> [root@harmonica2 ~]# service uwsgi start >> Starting uwsgi: /bin/bash: /opt/uwsgi-python/uwsgi: No such file or >> directory >> [FAILED] >> >> >> On Monday, January 28, 2013 1:48:33 PM UTC+2, Niphlod wrote: >>> >>> >>> If I recall correctly, uwsgi is launched by the nginx server. >>>> >>> >>> it's configured as a service ... nginx can't start other external >>> processes. >>> >>> @arnon: check if uwsgi is running correctly. you should have a >>> /var/run/uwsgi.pid holding the pid of the current uwsgi process, and the >>> log of uwsgi itself should be at /var/log/uwsgi.log >>> >>> >>> --

