Apache HTTP Server cheatsheet
Config file location
In Debian/Ubuntu distros:
/etc/apache2/apache2.conf
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