Does anyone know if while Apache HTTPD is doing a reload (which, let's say, takes five seconds) can it still serve requests during that time?
|
|
First of all, you say reload, but assuming you mean 'reload' OR 'restart':
|
||||
|
|
|
As far as I know, no. However there is a graceful restart which stops child nodes halting mid-request which I think takes care of this. |
||
|
|
