apache is up but does not read requests
Posted
by bosh
on Server Fault
See other posts from Server Fault
or by bosh
Published on 2009-12-11T01:21:49Z
Indexed on
2010/03/13
15:05 UTC
Read the original article
Hit count: 368
This usually happens a few minutes after restarting apache
:
httpd
daemons are up, but are not reading the requests from the sockets. The web clients just wait forever on the connection.
When I run netstat
, the Recv-Qs are showing a positive byte count which does not change. So basically the connection between the client and apache is in the CONNECTED state but no progress is made.
Restarting apache solves the problem for a couple of minutes, but then it's deja vu all over again.
Other servers (sshd
, ftpd
, etc) are fine.
Where should I look further? Any clue? Thanks!
© Server Fault or respective owner