apache/start

Start Apache

Start Apache web server

service
management

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