ฉันเพิ่งติดตั้งuwsgi
โดยpip install uwsgi
ใน env เสมือน ในไฟล์ "ini" ฉันใช้:
socket = 127.0.0.1:3000
# no pidfile option
และเรียกใช้ uwsgi --ini config.ini
แต่วิธีการหยุดตัวอย่างของ uwsgi นี้
uwsgi --stop ...
ต้องการไฟล์ pid ฉันไม่สามารถใช้ที่อยู่:
open("127.0.0.1:3000"): No such file or directory [core/io.c line 505]
และถ้าฆ่า - uwsgi แค่ตอบสนองตัวเอง
killall
คุณสามารถทำได้sudo pkill -f uwsgi -9