Restarting apache - CentOS 7
To restart apache, use "systemctl restart httpd".# Restart apache sudo systemctl restart httpd
How do I perform a graceful restart?
To perform a graceful restart of Apache, "graceful is wrapped in the reload command.
# Restart apache gracefully sudo systemctl reload httpd