GeorgeC
03-08-2002, 04:31 AM
Hi:
I could use a little help, as support obviously has gone to bed already :) One of my servers seems to be down, but only httpd requests. All ftp/telnet/tracerout works just fine.
Is there any command I could at at telnet to jump start httpd again?
Thanks,
Softerweb
03-08-2002, 04:41 AM
You can try:
/etc/rc.d/init.d/httpd restart
GeorgeC
03-08-2002, 05:10 AM
Just another question...I'm running "top" now, and alongside cgi scripts, <defunct> is listed alongside them. Is this indicative of a problem? For example:
myscript.cgi <defunct>
Thanks,
Mxhub
03-08-2002, 12:49 PM
It doesn't indicate a problem. I can't really explain in clear word but it is like the request had expire after a period of time.
GeorgeC
03-08-2002, 05:44 PM
Originally posted by MxHub
It doesn't indicate a problem. I can't really explain in clear word but it is like the request had expire after a period of time.
It's funny though, since <defunct> is now alongside very cgi process when I run top, and I've never seen this before last night.
CagedTornado
03-10-2002, 01:52 AM
Defunct is not a good thing to have happen (it's a sign of a poor script) but it's not a terribly bad thing. It means the OS has to clean up after scripts vs. having the scripts terminate properly themselves.
Dan