Django应用部署问题及错误日志

发布于 2024-11-18 14:06:09 字数 142 浏览 1 评论 0原文

我正在尝试将 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

亚希 2024-11-25 14:06:09

如果您使用 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..

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文