Common Apache terminal commands.
#Common Apache terminal commands.
Start Apache : sudo apachectl start
sudo apachectl start
Stop Apache : sudo apachectl stop
sudo apachectl stop
Restart : sudo apachectl restart
sudo apachectl restart
Apache Version : httpd -v
httpd -v