Command
sudo systemctl start apache2
Explanation
Starts the Apache HTTP server service.
Examples
Start Apache service (Systemd)
sudo systemctl start apache2
Start Apache service (SysV)
sudo service apache2 start
sudo systemctl start apache2
Starts the Apache HTTP server service.
Start Apache service (Systemd)
sudo systemctl start apache2
Start Apache service (SysV)
sudo service apache2 start