Answers for "how to turn apache server on"

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
1

start apache service

sudo systemctl start apache2
Posted by: Guest on August-06-2021

Code answers related to "how to turn apache server on"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language