Requests that don't end - Apache hung
Posted: Wed Apr 11, 2007 8:05 pm
I've been having problems with my apache server. After a while it stops responding to requests. If I can get in before it is totally gone, I find many sessions in "Sending Reply" mode and all are processing some PHP page. These requests are all very old and there is no TCP/IP connection associated with them.
The only PHP applications I run on my server is a PHPBB forum and Serendipity. I shut down the forums (they were hardly used) and the problem persists with Serendipity.
I have been doing web searches to try to find a solution for this problem. I have found several people having similar problems but I haven't found a solution yet. It appears to be a PHP or a PHP application issue. For some reason, the PHP application is not ending so apache thinks it is still generating a reply. Apache can't do anything if the application isn't responding so apache timeouts do nothing. PHP timeouts don't seem to apply either. I have adjusted a few with no affect on the problem.
Is anyone else having similar problems? Can anyone offer suggestions on where to look for a solution?
The only PHP applications I run on my server is a PHPBB forum and Serendipity. I shut down the forums (they were hardly used) and the problem persists with Serendipity.
I have been doing web searches to try to find a solution for this problem. I have found several people having similar problems but I haven't found a solution yet. It appears to be a PHP or a PHP application issue. For some reason, the PHP application is not ending so apache thinks it is still generating a reply. Apache can't do anything if the application isn't responding so apache timeouts do nothing. PHP timeouts don't seem to apply either. I have adjusted a few with no affect on the problem.
Is anyone else having similar problems? Can anyone offer suggestions on where to look for a solution?