Start Apache web server
Restart Apache web server
Stop Nginx web server
Stop Apache web server
sudo systemctl stop apache2
Stops the Apache HTTP server service.
Stop Apache service (Systemd)
Stop Apache service (SysV)
sudo service apache2 stop
Reload Apache configuration
Check Apache service status
Start Nginx web server