/etc/init.d/apache2 start
OR
sudo /etc/init.d/apache2 start
OR
sudo service apache2 start
## Start command ##
sudo systemctl start apache2.service
## Stop command ##
sudo systemctl stop apache2.service
## Restart command ##
sudo systemctl restart apache2.service
sudo systemctl status apache2.service