IIS 7.5在哪里记录错误? [英] Where does IIS 7.5 log errors?

查看:51
本文介绍了IIS 7.5在哪里记录错误?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

IIS 7.5在哪里记录错误?

Where does IIS 7.5 log errors?

事件查看器? 日志文件?

Event Viewer? Log File?

我收到一个非常具体的内部500错误.我想了解更多.

I get a very non specific internal 500 error. I would like to find out more.

我正在运行PHP,我做了的最新评论 .但仍未登录到C:\windows\temp.

I'm running PHP and I did what this last comment on this post said. But still not logging to the C:\windows\temp.

推荐答案

要在事件查看器中报告错误,请转至php.ini并确保已打开日志记录.

To report errors in the Event viewer, go to your php.ini and make sure logging is on.

log_errors = On

然后启用error_log写入syslog(Windows计算机上的事件查看器)

then enable error_log to write to syslog (with is the Event Viewer on Windows machines)

error_log = syslog

这篇关于IIS 7.5在哪里记录错误?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆