Is
sudo /etc/init.d/apache2 reload
interrupting the operations on the webservers hosted by apache ?
|
Is
interrupting the operations on the webservers hosted by apache ? |
||||
|
|
|
Reload does a "Graceful Restart". From the Apache documentation Stopping and Restarting :
In theory no operations will be interrupted, but there will be a wave of server-processes restarting, with some (normally trivial enough) overhead. In effect there are more variables involved, such as whether you are using prefork or worker, the number of children that you have specified, and in the case of worker the max threads per child. |
|||||
|