[uWSGI] Shell command fails under uwsgi

2019-12-03 Thread Shareef Jalloq
Hi there, new user here and I've been trying to set up a Flask app using the tutorial here: https://www.digitalocean.com/community/tutorials/how-to-serve-flask-applications-with-uwsgi-and-nginx-on-centos-7 The Flask app just runs a Python script and I render a page with the output. The script ca

Re: [uWSGI] Shell command fails under uwsgi

2019-12-03 Thread Shareef Jalloq
erver_name flexlm.me.com ; location / { include uwsgi_params ; uwsgi_pass unix:/home/shareef/html/flexlm/flexlm.sock; } } On Tue, Dec 3, 2019 at 12:22 PM Shareef Jalloq wrote: > Hi there, > > new user here and I've been trying to set up a Flask app using the

Re: [uWSGI] Shell command fails under uwsgi

2019-12-04 Thread Shareef Jalloq
Meh, this was a permissions issue on one of the folders in the path to the package. Just needed execute permission to browse the folder. On Tue, Dec 3, 2019 at 3:20 PM Shareef Jalloq wrote: > So I managed to debug this a bit more and it looks like uWSGI itself is > fine as I can