Restart Apache without Dropping Connections
On a live server when you are restarting apache the last thing you want to do is drop connected clients. Well thankfully apache has a graceful command you can use. From the command prompt: httpd -k restart
On a live server when you are restarting apache the last thing you want to do is drop connected clients. Well thankfully apache has a graceful command you can use. From the command prompt: httpd -k restart