this morning, my long since installed Apache didn't seem running, never had that before.
service httpd stop/start fixed it OK, BUT, what could've gone wrong to bring it down ? error log included: 'caught SIGTERM, shutting down' is this when it failed ? when failed, service returned: # service httpd status httpd (pid 1333) is running... # ps ax | grep httpd 1333 ? Ss 5:27 /usr/sbin/httpd 14011 pts/0 R+ 0:00 grep httpd # service httpd stop Stopping httpd: [ OK ] # service httpd status httpd is stopped # service httpd start Starting httpd: [ OK ] # service httpd status httpd (pid 14123 14122 14121 14120 14119 14118 14117 14116 14083) is running... error log included: [Sat Jul 19 06:29:48 2008] [notice] caught SIGTERM, shutting down [Sat Jul 19 08:29:28 2008] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin /suexec) [Sat Jul 19 08:29:29 2008] [notice] Digest: generating secret for digest authent ication ... [Sat Jul 19 08:29:29 2008] [notice] Digest: done [Sat Jul 19 08:29:29 2008] [notice] LDAP: Built with OpenLDAP LDAP SDK [Sat Jul 19 08:29:29 2008] [notice] LDAP: SSL support unavailable -- Voytek -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
