ajout info pour proxy

This commit is contained in:
gcolpart 2016-10-28 03:55:34 +02:00
parent 76946e3af9
commit 6eaa204d09

View file

@ -223,6 +223,9 @@ Exemple avec un service HTTP local :
ProxyPreserveHost On ProxyPreserveHost On
ProxyPass /foo http://127.0.0.1:8080/bar ProxyPass /foo http://127.0.0.1:8080/bar
ProxyPassReverse /foo http://127.0.0.1:8080/bar ProxyPassReverse /foo http://127.0.0.1:8080/bar
<Proxy *>
Allow from All
</Proxy>
~~~ ~~~
Exemple avec un service HTTP distant (pratique pour une migration immédiate d'un serveur vers un autre) : Exemple avec un service HTTP distant (pratique pour une migration immédiate d'un serveur vers un autre) :
@ -231,6 +234,9 @@ Exemple avec un service HTTP distant (pratique pour une migration immédiate d'u
ProxyPreserveHost On ProxyPreserveHost On
ProxyPass / http://192.0.2.17/ ProxyPass / http://192.0.2.17/
ProxyPassReverse / http://192.0.2.17/ ProxyPassReverse / http://192.0.2.17/
<Proxy *>
Allow from All
</Proxy>
~~~ ~~~
### mod_rpaf / mod_remoteip ### mod_rpaf / mod_remoteip