apache: reload

Reload HTTPD Configuration File Without Restarting Apache When Using Systemd

# CentOS/RHEL/Fedora Linux
sudo systemctl reload httpd
# Debian/Ubuntu Linux
sudo systemctl reload apache2

Last updated

Was this helpful?