适用于 Linux 的 XAMPP:如何获取有关错误 500 的信息?
我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的
,或者在 apache 中配置为 error_log 的任何内容。
access_log 仅列出 Web 客户端访问的文件。
error_log 相反列出了生成网页时发生的错误消息。
Yes
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.