Command
sudo systemctl stop apache2
Explanation
Stops the Apache HTTP server service.
Examples
Stop Apache service (Systemd)
sudo systemctl stop apache2
Stop Apache service (SysV)
sudo service apache2 stop
sudo systemctl stop apache2
Stops the Apache HTTP server service.
Stop Apache service (Systemd)
sudo systemctl stop apache2
Stop Apache service (SysV)
sudo service apache2 stop