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