Ubuntu 20 Stop Apache

[Solved] Ubuntu 20 Stop Apache | Shell - Code Explorer | yomemimo.com
Question : stop apache server

Answered by : awful-antelope-moa1l00r34tf

# On Ubuntu
## Start command ##
systemctl start apache2.service
## Stop command ##
systemctl stop apache2.service
## Restart command ##
systemctl restart apache2.service

Source : | Last Update : Sun, 27 Dec 20

Question : restart apache

Answered by : felipe-soares-barbosa-silveira

sudo systemctl restart apache2
# or
sudo service apache2 restart

Source : | Last Update : Fri, 24 Jul 20

Question : ubuntu 20 stop apache

Answered by : s-m-abrar-jahin

## Start command ##
systemctl start apache2.service
## Stop command ##
systemctl stop apache2.service
## Restart command ##
systemctl restart apache2.service

Source : https://www.cyberciti.biz/faq/star-stop-restart-apache2-webserver/ | Last Update : Tue, 07 Sep 21

Answers related to ubuntu 20 stop apache

Code Explorer Popular Question For Shell