A very short list of essential Apache management commands for web hosting
Use the ServerName directive in Apache to resolve the "Could not reliably determine the server's fully qualified domain name" error message
Certbot from Let's Encrypt is the best thing going for installing and maintaining your site certificates. Use this simple one-line command to set it and forget it.
If your server's reverse-proxy is Apache, you'll need to set up VirtualHost blocks for each domain you're hosting. Here's a sample vhost.conf file you can use to get started.