[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Apache2 Still Dying



Raquel wrote:
On Wed, 07 Nov 2007 23:03:59 -0800
Jeff D <fixedored@gmail.com> wrote:

Raquel wrote:
On Wed, 07 Nov 2007 21:31:28 -0800
Jeff D <fixedored@gmail.com> wrote:

Raquel wrote:
I ran mtest86+ and the memory checked out ... no errors.

I ran strace /usr/sbin/apache2 and can see no errors.

I have googled until my eyes are red and sore.

Apache2 is still dying (stops delivering pages) after anywhere
from 15 minutes to 5 hours.  I cannot find a reason in any of
the server logs, messages or syslog.

Any ideas?

So, does apache keep listening and not serving pages, or does
it  > completely die?

As far as I can tell, Apache keeps listening but stops serving
pages.

Also, are all the modules you have loaded completely nesesarry?
If > so,  I'd go ahead and disable those.   Have you done any
configuration  tweaking to anything that might be causing this?

Are you logging php?

php errors are being logged.
anything telling in the php log?
When it stops, whats the output
of  lsof -i:80  ?  Any firewalls that might be causing
interference?

Jeff


missy:/etc/init.d# lsof -i:80
COMMAND  PID     USER   FD   TYPE DEVICE SIZE NODE NAME
apache2 6571     root    4u  IPv6  17945       TCP *:www (LISTEN)
apache2 8281 www-data    4u  IPv6  17945       TCP *:www (LISTEN)
apache2 8312 www-data    4u  IPv6  17945       TCP *:www (LISTEN)
apache2 8361 www-data    4u  IPv6  17945       TCP *:www (LISTEN)
apache2 8362 www-data    4u  IPv6  17945       TCP *:www (LISTEN)
apache2 8385 www-data    4u  IPv6  17945       TCP *:www (LISTEN)
apache2 8387 www-data    4u  IPv6  17945       TCP *:www (LISTEN)
apache2 8389 www-data    4u  IPv6  17945       TCP *:www (LISTEN)




Ok, so apache is still alive, just not serving up pages? Is this happening with just the wordpress site? do you have any static html files you can test with? or perhaps put up static test html file?

Jeff




Reply to: