Re: [users@httpd] Graceful shutdown of apache

2018-12-14 Thread William A Rowe Jr
On Mon, Dec 10, 2018 at 11:11 AM Hemant Chaudhary < hemantdude.chaudh...@gmail.com> wrote: > Hi, > > I have updated apache-2.4.29 to apache-2.4.37 but still I am not able to > graceful shutdown in debug mode. > > Can you please tell me how should achieve it. ? or let me know the > function which

Re: [users@httpd] Graceful shutdown of apache

2018-12-10 Thread Hemant Chaudhary
Hi, I have updated apache-2.4.29 to apache-2.4.37 but still I am not able to graceful shutdown in debug mode. Can you please tell me how should achieve it. ? or let me know the function which I should call for proper graceful shutdown. Thank you Hemant On Wed, Nov 28, 2018 at 9:07 AM Hemant

Re: [users@httpd] Graceful shutdown of apache

2018-11-27 Thread Hemant Chaudhary
I am using apache-2.4.29 version. On Nov 28, 2018 4:32 AM, "Yann Ylavic" wrote: Hi Hemant, On Mon, Nov 26, 2018 at 5:53 PM Hemant Chaudhary wrote: > > I am able to stop only by kill -9 signal. Which httpd version are you using? The latest one (2.4.37) has several improvements with regard to

Re: [users@httpd] Graceful shutdown of apache

2018-11-27 Thread Yann Ylavic
Hi Hemant, On Mon, Nov 26, 2018 at 5:53 PM Hemant Chaudhary wrote: > > I am able to stop only by kill -9 signal. Which httpd version are you using? The latest one (2.4.37) has several improvements with regard to signals and -X mode. Regards, Yann.

Re: [users@httpd] Graceful shutdown of apache

2018-11-26 Thread Hemant Chaudhary
How can I stop process running with -X option. Terminate signal (kill -term pid) is not working here(worker mpm) wherase terminate signal works if -X option is used with prefork mpm. I am able to stop only by kill -9 signal. Thanks Hemant On Nov 26, 2018 10:10 PM, "William A Rowe Jr" wrote:

Re: [users@httpd] Graceful shutdown of apache

2018-11-26 Thread William A Rowe Jr
Graceful shutdown is a WINCH signal. In -X mode you don't have a parent -> children relationship with httpd, just the worker process. It isn't for normal operation. On Thu, Nov 22, 2018 at 7:28 AM Hemant Chaudhary < hemantdude.chaudh...@gmail.com> wrote: > Hi, > > I am not able to shutdown

[users@httpd] Graceful shutdown of apache

2018-11-22 Thread Hemant Chaudhary
Hi, I am not able to shutdown apache gracefully if I am starting apache in debug mode i:e (./httpd -X) with worker mpm. I am sending kill -term PID to httpd process. wherease the same command is working with prefork. How should I stop worker mpm if started in debug mode ? Thanks Hemant