You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Hemant Chaudhary <he...@gmail.com> on 2017/11/28 06:04:32 UTC

[users@httpd] Worker MPM with kill

Hi,

I started apache server which has worker as mpm in debug mode. I killed the
process with kill -9 then it kills the process and stop debug. But when I
am using kill -term PID then it is not killing process. Whereas  kill -term
PID is woking with prefork debug.

If I want to use kill -term PID in debug mode of worker then how to do that.

Thanks
Hemant