Apache运行但不提供页面

一切都工作得很好,直到我重新启动我的服务器,现在当我访问该页面(同时运行Apache和MySQL),我得到以下内容:

Oops! Google Chrome could not connect to mydomain.com 

Apache被证实正在运行,就像MySQL一样。

/var/log/httpd/error_log如下所示:

 [Tue Nov 22 10:06:05 2011] [notice] caught SIGTERM, shutting down [Tue Nov 22 10:06:05 2011] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec) [Tue Nov 22 10:06:05 2011] [notice] Digest: generating secret for digest authentication ... [Tue Nov 22 10:06:05 2011] [notice] Digest: done [Tue Nov 22 10:06:05 2011] [notice] Apache/2.2.3 (CentOS) configured -- resuming normal operations 

我相信被caught SIGTERM, shutting down是当我执行service httpd restart

再说一遍 – 服务器,apache和MySQL已经启动并正在运行,只占用了7%的磁盘空间,但是我无法得到任何页面。 我最近没有碰过httpd.conf文件,所以我不知道发生了什么。

另外,Apache重新启动就好了,因为它的configuration文件。 configuration也指向正确的目录。

有任何想法吗?

啊 – 我有防火墙阻止我的端口

iptables -F已经清除了这个问题,但我认为绝对不是一个适当的修复。