Command
sudo systemctl restart apache2
Explanation
Restarts the Apache HTTP server service (closes all connections).
Examples
Restart Apache service (Systemd)
sudo systemctl restart apache2
Restart Apache service (SysV)
sudo service apache2 restart
sudo systemctl restart apache2
Restarts the Apache HTTP server service (closes all connections).
Restart Apache service (Systemd)
sudo systemctl restart apache2
Restart Apache service (SysV)
sudo service apache2 restart