Searchable Apache HTTP Server cheatsheet for the config work admins actually do:
apachectl configtest, graceful reloads, VirtualHost blocks, ServerName,
DocumentRoot, Directory permissions, AllowOverride, Options, Require,
mod_rewrite redirects, .htaccess rules, ProxyPass / ProxyPassReverse,
SSL certificates, headers, caching, compression, auth, log formats, and
common 403 / 404 / 500 / 502 debugging paths. The tool is fully local:
search the reference, filter by section, paste a small config snippet to
detect known directives and likely mistakes, then copy the exact directive
or example you need. It is written for day-to-day Apache/httpd operations,
especially when you are moving between Debian apache2 paths, RHEL httpd
paths, shared-host .htaccess files, and reverse-proxy vhosts.