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