Hi list,
I seem to be unable to close UWSGI completely. Each time I make a change to
my site, I do:

/etc/init.d/uwsgi stop
/etc/init.d/nginx restart
uwsgi --ini-paste /etc/uwsgi/sites-available/myapp.ini

But it never works correctly. If I then do

fuser -k 9876/tcp

I see two processes stopped, or at least, I assume the two numbers are
PIDs. Needless to say, 9876 is the TCP port in use by my app. Anyway, after
I do that and then start UWSGI again, everything is fine, but until then, I
can't seem to get changes to take. I'm probably doing something wrong, as
usual, but what this time? Debian 8, hence the use of /etc/init.d. Thanks.

-- 
Alex Hall
Automatic Distributors, IT department
[email protected]
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to