ajout directive "SSLProxyEngine On" pour mod_proxy_http en https://

This commit is contained in:
Gregory Colpart 2019-08-07 23:02:23 +02:00
parent a634acd02e
commit 36834a6228

View file

@ -404,6 +404,19 @@ ProxyPassReverse / http://192.0.2.17/
</Proxy>
~~~
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/
<Proxy *>
Allow from All
</Proxy>
~~~
### mod_rpaf / mod_remoteip
Le module