Como iniciar o servidor Apache2
# Start Apache 2 server on Linux/Unix
sudo service apache2 start
Helpless Hyena
# Start Apache 2 server on Linux/Unix
sudo service apache2 start
systemctl status apache2
$ sudo systemctl stop apache2
$ sudo systemctl start apache2