Friday 17 May 2019

Difference between restart reload for apache

service apache2 restart
service apache2 reload
service apache2 graceful

  1. Difference between “restart” and “reload”
    • Restart= stop + start
    • Reload = remain running + re-read configuration files.
  2. Normal restart and graceful restart, you can reference article:

No comments:

Post a Comment