Command
sudo systemctl reload apache2
Explanation
Reloads configuration files without dropping connections (graceful restart).
Examples
Reload Apache (Systemd)
sudo systemctl reload apache2
Reload Apache (SysV)
sudo service apache2 reload
sudo systemctl reload apache2
Reloads configuration files without dropping connections (graceful restart).
Reload Apache (Systemd)
sudo systemctl reload apache2
Reload Apache (SysV)
sudo service apache2 reload