Home > other >  Use django nginx wusgi deployment time is always out of the Internal Server Error, how to solve?
Use django nginx wusgi deployment time is always out of the Internal Server Error, how to solve?

Time:10-24

Open nginx and uwsgi alone when there is no problem, a matching django out Internal Server Error
Where might be wrong?

CodePudding user response:

Problems are not described, who give you the answer???

CodePudding user response:

- no python application found, check your startup logs for errors -
[| 5147 | app: pid: - 1 the req: - 1/2] 192.168.102.95 () {42 vars in 726 bytes} [Fri Jun 21 14:45:20 2019] GET/manager/=& gt; Generated 21 bytes 0 in msecs HTTP/1.1 (500) 2 headers in 83 bytes (0 switches on the core 0)

This is uwsgi log, baidu did not solve a lot of method

CodePudding user response:

This one the best processing method is deleted again

CodePudding user response:

First python manage. Py runserver then executes and see what's the problem

CodePudding user response:

Linux
Lsof -i: # XXXX XXXX: port number for project progress
Kill 9 # XXXX XXXX: process pid kill process
Uwsgi -- ini uwsgi. Ini # restart uwsgi
This is my solution today
  • Related