Last Updated: February 25, 2016
·
342
· rishav

Reload Apache gracefully instead of restart.

A lot of developers use /etc/init.d/apache restart</code> to reload apache configuration on production servers. Instead we should use /etc/init.d/apache graceful</code></pre>

to gracefully reload its configuration