ubuntu restart apache2 code example
Example 1: remove apache2 from ubuntu
$ sudo systemctl stop apache2
$ sudo apt-get purge apache2 apache2-utils apache2-bin apache2.2-common
$ sudo apt-get autoremove
$ which apache2
$ sudo systemctl start apache2
Example 2: ubuntu 14 apache2 graceful restart
sudo service apache2 restart
sudo service apache2 start
sudo service apache2 stop
sudo service apache2 reload
Example 3: restart apache ubuntu
sudo service apache2 restart
sudo service apache2 start
sudo service apache2 stop
Example 4: restart apache
sudo systemctl restart apache2
sudo service apache2 restart
Example 5: How to start apache2 server
sudo service apache2 start
Example 6: apache restart ubuntu
sudo service apache2 restart