适用于 Linux 的 XAMPP:如何获取有关错误 500 的信息?

发布于 2024-09-10 13:07:05 字数 223 浏览 5 评论 0原文

我在 xampp 中遇到错误 500。当我打开 /opt/lampp/logs/access_log 时,我得到这一行:

127.0.0.1 - - [18/Jul/2010:23:02:53 +0200] "GET /miembros HTTP/1.1" 500 1900

有没有办法获得有关错误的更多信息(原因等)?

问候

哈维

im gettin an error 500 in xampp. When i open /opt/lampp/logs/access_log i get this line:

127.0.0.1 - - [18/Jul/2010:23:02:53 +0200] "GET /miembros HTTP/1.1" 500 1900

Is there any way to get more information (cause, etc) about the error ?

Regards

Javi

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

桃气十足 2024-09-17 13:07:05

是的

/opt/lampp/logs/error_log

,或者在 apache 中配置为 error_log 的任何内容。

access_log 仅列出 Web 客户端访问的文件。

error_log 相反列出了生成网页时发生的错误消息。

Yes

/opt/lampp/logs/error_log

or whatever is configured as your error_log in apache.

The access_log lists only files that were accessed by web clients.

The error_log instead lists the error messages that occured while generating the web pages.

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