Apache HTTP Server cheatsheet
Config file location
In Debian/Ubuntu distros: <code>/etc/apache2/apache2.conf</code>
Error log location
Debian/Ubuntu: /var/log/apache2/error.log
Restarting
sudo service apache2 restart
# If that doesn't work, try this:
sudo systemctl restart apache2