本帖最后由 dengwen168 于 2020-7-20 18:09 编辑
之前网站好好的,
可是我最近打算升级一下模板,并给网站增加几个模块,
结果将本地的文件上传到服务器上覆盖原文件之后,
访问网站首页出现“Internal Server Error” 的提示。。
我通过 ssh 使用下面的命令,
uwsgi --http :8000 --chdir /www/wwwroot/djangosys/ --wsgi-file /www/wwwroot/djangosys/new_sys/wsgi.py
发现wsgi.py启动正常。。下面是提示:
- *** uWSGI is running in multiple interpreter mode ***
- spawned uWSGI worker 1 (and the only) (pid: 14372, cores: 1)
复制代码
可是首页还是访问不了,请问这种情况应该怎么解决?谢谢。。
|
|