Answers for "start apache service"

9

How to start apache2 server

# Start Apache 2 server on Linux/Unix
sudo service apache2 start
Posted by: Guest on April-12-2020
8

how to stop a web server linux

# how to stop a web server linux
sudo service apache2 stop
Posted by: Guest on April-12-2020
-2

start apache service

systemctl status apache2
Posted by: Guest on August-18-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language