Apache
Reverse proxy
Some apache modules have to be enabled: sudo a2enmod ssl sudo a2enmod proxy sudo a2enmod proxy_ba...
Basic authentication
To protect some directory with basic authentication we have to edit the virtual host file and add...
HTTPS (SSL)
add-apt-repository ppa:certbot/certbot apt install python-certbot-apache certbot --apache -d yo...