To fulfil the certbot HTTP-01 challenge for receiving a Let’s Encrypt certificate you need to have a document root that is reachable from the internet. […]
Multiple web sites behind one domain
Edit the site config of the Apache web server. You can find them under /etc/apache2/sites-available/ (If they are not there, I am sorry, but Google […]
Apache, .htaccess and how to block spammers
I’m sure every administrator of a web server has some experience with unwanted visitors. In the real world, you could simply send your Rottweiler after […]
Link multiple ServerAlias to one DocumentRoot
For all those who wondered, if there is a simple way to link multiple sites to one document root in an Apache config, here is […]