Re: unkillable apache httpd process

From: Jiawei Ye <leafy7382_at_gmail.com>
Date: Wed, 8 Jun 2005 23:48:25 +0800
On 6/8/05, Dan Nelson <dnelson_at_allantgroup.com> wrote:
> rc.d scripts just send a SIGTERM to the process by default.  If apache
> has blocked that signal, there's not much the script can do.  What you
> could do is edit apache2.sh and add a line saying "sig_stop=-KILL",
> which will make the shutdown action send a SIGKILL (aka -9) signal to
> apache.  This won't be a clean shutdown, though.  Better to try and
> debug apache and find out what it's doing.
> 
> --
>        Dan Nelson
>        dnelson_at_allantgroup.com
I suspect this might be related to -current, since my other 5-stable
box does not behave the same way. Anything you would suggest to
diagnose this problem?

Jiawei

-- 
"Without the userland, the kernel is useless."
               --inspired by The Tao of Programming
Received on Wed Jun 08 2005 - 13:48:26 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:36 UTC