一切都运行正常,直到我重新启动服务器,现在当我访问该页面(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 可以根据其配置文件顺利重新启动。配置也指向正确的目录。
有任何想法吗?
答案1
啊——我的防火墙挡住了我的端口
iptables -F
已经解决了问题,但我认为这肯定不是一个正确的解决方案。