Hi,
I tried two scenarios with httpd-2.4.25 on my machine. My apache has mpm_woker_module.
Case -1 :
I killed one process other than Parent process then new process is created by apache at same time and there is no effect on requests accept by apache.
Case-2
I killed parent process then all processes become zombie processes and apache stops handling processes.
Is there any way so that if my parent process crashes then still apache works properly and assign new parent process.
Thanks
Hemant