Apache service hung and incoming requests not accepted
Posted
by Gnanam
on Server Fault
See other posts from Server Fault
or by Gnanam
Published on 2010-06-18T08:10:29Z
Indexed on
2010/06/18
8:13 UTC
Read the original article
Hit count: 463
Hi,
My production server is running Apache v2.2.4 with mod_mono v1.2.4 on CentOS release 5.2 (Final).
Suddenly, Apache service hung during normal usage time (approx. 1 pm EDT). Traffic is not too high at this time. This is the first time we're noticing this kind of behaviour in our server. I noticed from access log that even subsequent requests are also not received, even though there were incoming requests. I then manually tried to invoke my application call from web browser, it never returned successfully but it was still loading.
I found no unusual behaviour/activity in:
1) Apache access_log
and error_log
2) No kernel level errors found in /var/log/messages
I've no other option but ended up restarting Apache service.
Any idea on what would cause Apache to hang and thereby not allowing subsequent incoming requests? How do I debug/diagnose when this happens next time?
Experts advice/recommendation on this are highly appreciated.
© Server Fault or respective owner