diff --git a/HowtoApache.md b/HowtoApache.md index d6019186..c57ed06e 100644 --- a/HowtoApache.md +++ b/HowtoApache.md @@ -404,6 +404,19 @@ ProxyPassReverse / http://192.0.2.17/ ~~~ +et pour un HTTPS distant, on ajoute `SSLProxyEngine On` : + +~~~{.apache} +SSLProxyEngine On +ProxyPreserveHost On +ProxyPass / https://192.0.2.17/ +ProxyPassReverse / https://192.0.2.17/ + + Allow from All + +~~~ + + ### mod_rpaf / mod_remoteip Le module