[notice] caught SIGTERM, shutting down
Was performing basic testing to verify system readiness, etc… After issuing a shutdown -r now I found that Apache did not load.
In the /var/log/httpd/error_log I find the error:
[notice] caught SIGTERM, shutting down
After manually starting: sudo service httpd start apache loads and the following is displayed in the httpd log:
[Sun Dec 18 02:44:58 2011] [notice] Digest: generating secret for digest authentication …
[Sun Dec 18 02:44:58 2011] [notice] Digest: done
[Sun Dec 18 02:44:58 2011] [notice] Apache/2.2.15 (Unix) PHP/5.3.2 configured – resuming normal operations
postdrop: warning: unable to look up public/pickup: No such file or directory
What would cause apache not to start automatically on server load?
I did verify httpd exists in the /etc/rc.d/init.d directory
Your thoughts are appreciated!
Steven
2 Replies
httpd 0:off 1:off 2:on 3:on 4:on 5:on 6:off
If instead it says "off" all the way across, you can activate it with chkconfig httpd on.