Ubuntu Apache ProxyPass to HTTPS

preview_player
Показать описание
SSL Let's Encrypt WildCard

a2dismod
Your choices are: access_compat alias auth_basic authn_core authn_file authz_cor e authz_host authz_user autoindex deflate dir env filter mime mpm_prefork negoti ation php7.2 proxy reqtimeout rewrite setenvif socache_shmcb ssl status

a2enmod
Which module(s) do you want to enable (wildcards ok)?
proxy_html proxy_http proxy_scgi Considering dependency proxy for proxy_html:
Module proxy already enabled
Considering dependency xml2enc for proxy_html:
Enabling module xml2enc.
Enabling module proxy_html.
Considering dependency proxy for proxy_http:
Module proxy already enabled
Enabling module proxy_http.
Considering dependency proxy for proxy_scgi:
Module proxy already enabled
Enabling module proxy_scgi.
To activate the new configuration, you need to run:
systemctl restart apache2

IfModule mod_ssl.c
VirtualHost *:443
ProxyPreserveHost On
/VirtualHost
/IfModule

Рекомендации по теме
Комментарии
Автор

I think this tutorial could be better if you explain with your voice, what you are doing. Kind regards. I leave a like just for the effort

richardstudent