1、首先查看错误日志 /var/log/message看看具体问题。如果一时难以判定直接使用下面一招
2、直接中断http服务,killall -9 httpd, 然后重启http,service httpd restart;