Background: I am running a site built with the Zend framework. The site is hosted on a remote RHEL5 server, and also uses Zend server instead of the generic LAMP stack.
About an hour ago my site just died. After trying to restart the webserver and the entire zend server, I resorted to rebooting the server, making sure to apache processes were running, and then starting the zend server. Next I checked the status of Apache, but it said it was not running. I started Apache and checked the status again, and it's still not running. Here is a C&P from my terminal window:
[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..
I am utterly perplexed as to why Apache isn't running. This is a production site, so I need get it back up ASAP. Any help would be greatly appreciated.