Re: [SLUG] Apache failed t/s

2008-07-18 Thread Rick Welykochy

Voytek Eymont wrote:


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 ?


Yup.



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)


Something shut down Apache at 6:29 AM .. possibly logrotate.
Something else started is up again at 8:29 AM. You perhaps?

Perhaps all that happened is logrotate failed to start Apache again
for reasons as yet to be determined.

cheers
rick



--

Rick Welykochy || Praxis Services || Internet Driving Instructor

I forget what I was taught. I only remember what I have learnt.
 -- Patrick White
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


[SLUG] Apache failed t/s

2008-07-18 Thread Voytek Eymont
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/0R+ 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