From 36834a62288810d6381def4f562fcbe8395169e2 Mon Sep 17 00:00:00 2001 From: Gregory Colpart Date: Wed, 7 Aug 2019 23:02:23 +0200 Subject: [PATCH] ajout directive "SSLProxyEngine On" pour mod_proxy_http en https:// --- HowtoApache.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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