Python

xiaoxiao2021-02-28  77

使用 uwsgi 发布了 django 应用, 结果使用以下方式都不能重启 uwsgi 1. service uwsgi start|stop|reload ,  2. netstat -apn | grep 8081 , 找不到 8081 端口的 pid

3. ps -ef | grep uwsgi , 杀掉又有新的 pid 产生

最终使用 killall -9 uwsgi  ,

OK !

转载请注明原文地址: https://www.6miu.com/read-77163.html

最新回复(0)