ubuntu stop apache from starting at boot code example
Example 1: restart apache
sudo systemctl restart apache2
# or
sudo service apache2 restart
Example 2: how to stop a web server linux
# how to stop a web server linux
sudo service apache2 stop