Date: Wed, 8 Jun 2005 23:48:25 +0800 From: Jiawei Ye <leafy7382@gmail.com> To: Dan Nelson <dnelson@allantgroup.com> Cc: Peter Jeremy <PeterJeremy@optushome.com.au>, freebsd-current@freebsd.org Subject: Re: unkillable apache httpd process Message-ID: <c21e92e205060808482eb1aa6b@mail.gmail.com> In-Reply-To: <20050608154202.GH59028@dan.emsphone.com> References: <c21e92e205060800524f9d7e89@mail.gmail.com> <20050608091603.GG39114@cirb503493.alcatel.com.au> <c21e92e20506080223235a7364@mail.gmail.com> <20050608152610.GG59028@dan.emsphone.com> <c21e92e2050608083621597917@mail.gmail.com> <20050608154202.GH59028@dan.emsphone.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 6/8/05, Dan Nelson <dnelson@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=3D-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.
>=20
> --
> Dan Nelson
> dnelson@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
--=20
"Without the userland, the kernel is useless."
--inspired by The Tao of Programming
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?c21e92e205060808482eb1aa6b>
