Check apache2 status systemctl status apache2 Stop apache2 service sudo systemctl stop apache2 Start apache2 service sudo systemctl start apache2 Restart apache2 modules and sites sudo apache2ctl restart Enable apache2 site sudo a2ensite <a file located in /etc/apache2/sites-available/> You should omit the .
Saiba mais