无法启动 Apache

无法启动 Apache

背景:我正在运行一个使用 Zend 框架构建的网站。该网站托管在远程 RHEL5 服务器上,并且还使用 Zend 服务器而不是通用 LAMP 堆栈。

大约一小时前,我的网站死机了。在尝试重新启动 Web 服务器和整个 zend 服务器后,我只能重新启动服务器,确保 apache 进程正在运行,然后启动 zend 服务器。接下来我检查了 Apache 的状态,但它显示它没有运行。我启动了 Apache 并再次检查了状态,它仍然没有运行。这是我的终端窗口中的 C&P:

[root@dealerPortal bin]# /usr/local/zend/bin/zendctl.sh restart
httpd (no pid file) not running
/usr/local/zend/bin/apachectl stop [OK]
/usr/local/zend/bin/apachectl start [OK]
Stopping Zend Server GUI [Lighttpd] [OK]
spawn-fcgi: child spawned successfully: PID: 6814
Starting Zend Server GUI [Lighttpd] [OK]
[root@dealerPortal bin]# /usr/local/zend/apache2/bin/apachectl status
Apache is not running..
[root@dealerPortal bin]# /usr/local/zend/apache2/bin/apachectl start
/usr/local/zend/apache2/bin/apachectl start [OK]
[root@dealerPortal bin]# /usr/local/zend/apache2/bin/apachectl status
Apache is not running..

我完全搞不懂为什么 Apache 无法运行。这是一个生产站点,所以我需要尽快恢复它。任何帮助都将不胜感激。

相关内容