Answers for "ubuntu 20 stop apache"

2

stop apache server

# On Ubuntu
## Start command ##
systemctl start apache2.service
## Stop command ##
systemctl stop apache2.service
## Restart command ##
systemctl restart apache2.service
Posted by: Guest on December-20-2020
8

restart apache

sudo systemctl restart apache2
# or
sudo service apache2 restart
Posted by: Guest on July-17-2020
0

ubuntu 20 stop apache

## Start command ##
systemctl start apache2.service
## Stop command ##
systemctl stop apache2.service
## Restart command ##
systemctl restart apache2.service
Posted by: Guest on August-31-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language