Django应用部署问题及错误日志
我正在尝试将 django 应用程序部署到 VPS,但收到 505-内部服务器错误,这是第一次正常。
但是,VPS 服务器的管理员不允许我查看 Apache 服务器的错误日志。在这种情况下,有什么方法可以查看真实的错误消息/日志吗?
谢谢
I am trying to deploy my django application to VPS but I get 505- Internal Server Error and it is normal for the first time.
However, the admin of the VPS server do not allow me to see the error logs of the Apache Server. In such situation, is there any way to view the real error messagges/logs ?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用
DEBUG=True
部署应用程序,也许错误消息可以帮助您。你的 vps 管理员应该至少给你一份日志文件的副本..我没有看到其他方法..
If you deployed your app with
DEBUG=True
maybe the error message can help you.Your vps admin should give to you at least a copy of your log files.. i don't see another way..