Re: [users@httpd] graceful restarts

2017-07-31 Thread Marat Khalili
I assume that a certain time of day (or even time of week?) would be most desirable to configure for such a restart? Anything else? A lot of additional actions could be required, therefore opportunity to call a shell script or sequence of shell commands is the best. For instance, I currently

[users@httpd] graceful restarts

2017-07-31 Thread Stefan Eissing
I, as a developer, have a question to you, the users of httpd: For the Let's Encrypt support, the server will - if you enable it - generate keys and retrieve certificates. Once it has those, it needs to perform a graceful restart to configure itself anew with the new certificates. I assume that

Re: [users@httpd] Graceful restarts and keepalives

2011-01-25 Thread Eric Covener
On Tue, Jan 25, 2011 at 2:44 AM, Andrew Punch wrote: > Hi, > > Thanks for the quick response. I notice that you have added a comment in bug > 41743 saying it is a bug in prefork that does not affect worker. You have > also stated that it is fixed in trunk. > > I have run a test using 2.3.10 alpha

Re: [users@httpd] Graceful restarts and keepalives

2011-01-24 Thread Andrew Punch
Hi, Thanks for the quick response. I notice that you have added a comment in bug 41743 saying it is a bug in prefork that does not affect worker. You have also stated that it is fixed in trunk. I have run a test using 2.3.10 alpha - the prefork still has the issue and the worker does not have the

Re: [users@httpd] Graceful restarts and keepalives

2011-01-24 Thread Eric Covener
On Mon, Jan 24, 2011 at 8:17 PM, Andrew Punch wrote: > Hi, > > During the week I hit the situation described in 41743. A child process > is connected to a client using a keepalive connection. A graceful > restart (SIGUSR1) is issued. If the MaxKeepAliveRequests is high and the > client is chatty t

[users@httpd] Graceful restarts and keepalives

2011-01-24 Thread Andrew Punch
Hi, During the week I hit the situation described in 41743. A child process is connected to a client using a keepalive connection. A graceful restart (SIGUSR1) is issued. If the MaxKeepAliveRequests is high and the client is chatty the child process will not exit until the client disconnects. Thi