Apache HTTP Server cheatsheet

Published 2 years ago: May 29, 2019


Cheatsheet - Apache HTTP Server

This cheatsheet is a small collection of handy snippets for quick reference in tricky situations. Feel free to suggest edits, propose additions, complain about something, disagree with content or such and the like. Every feedback is a welcome one.

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

Christoffer Lybekk

Developer under development

Explore more articles with similar tags

Apache HTTP ServerLinuxCheatsheet

Article stats


13words

5sentences

5paragraphs

1 minread time