Apache2

Posted on sam. 24 novembre 2018 in architecture • Tagged with linux, web, serveur

Proxy Transmission

Fichiers requis pour le SSL et protection par mot de passe

openssl req -x509 -nodes -days 365 -newkey rsa:4096 -out /etc/apache2/server.crt -keyout /etc/apache2/server.key
htpasswd -c /etc/apache2/.htpasswd user1

a2enmod proxy
a2enmod proxy_http
a2enmod ssl
SSLEngine on
SSLCertificateFile /etc/apache2/server …

Continue reading