Answers for "start and stop apache service"

5

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
1

stop apache service

service apache2 stop
Posted by: Guest on August-08-2021
-2

apache start stop restart

sudo service apache2 restart
sudo service apache2 stop
sudo service apache2 start
Posted by: Guest on February-10-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language