要养成定期查看日志的习惯!
查看apache日志发现:
错误日志 File does not exist:
File does not exist: /opt/htdocs/resource/favicon.ico
File does not exist: /opt/htdocs/resource/404.html
File does not exist: /opt/htdocs/resource/robots.txt LevelDescriptionExampleemergEmergencies – system is unusable.“Child cannot open lock file. Exiting”alertAction must be taken immediately.“getpwuid: couldn’t determine user name from uid”critCritical Conditions.“socket: Failed to get a socket, exiting child”errorError conditions.“Premature end of script headers”warnWarning conditions.“child process 1234 did not exit, sending another SIGHUP”noticeNormal but significant condition.“httpd: caught SIGBUS, attempting to dump core in …”infoInformational.“Server seems busy, (you may need to increase StartServers, or Min/MaxSpareServers)…”debugDebug-level messages“Opening config file …”
解决办法:
修改:httpd.conf,将LogLevel warn 成为 LogLevel crit