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?
Graceful RestartThe USR1 or graceful signal causes the parent process to advise the children to exit after their current request (or to exit immediately if they're not serving anything). The parent re-reads its configuration files and re-opens its log files.
First of all, you say reload, but assuming you mean 'reload' OR 'restart':
/my/path/to/httpd restart
Reload on the other side:
/my/path/to/httpd reload
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With