我想知道在哪里可以findapache的错误日志。 根据我读的网站,它应该在/ var / log / httpd / error_log但是我没有/ var / log上的httpd目录
检查你的httpd.conf
LogFilevariables告诉你apache在哪里写日志。 这个值通常(总是?)相对于ServerRootvariables。
机会在/ var / log / httpd。
你有locate
安装? 你最近运行过更新吗,还是有cron
ified? 如果是这样,你可以locate error_log
。
看看你的/etc/httpd.conf文件,并检查你在哪里写你的日志valter。 就像拉斐尔说的那样,也许你已经把它们写到了奇怪的地方。 检查你的httpd服务器是否也启动了! 🙂