18
0
Fork 0

ajout info pour proxy

This commit is contained in:
gcolpart 2016-10-28 03:55:34 +02:00
parent 76946e3af9
commit 6eaa204d09
1 changed files with 6 additions and 0 deletions

View File

@ -223,6 +223,9 @@ Exemple avec un service HTTP local :
ProxyPreserveHost On
ProxyPass /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) :
@ -231,6 +234,9 @@ Exemple avec un service HTTP distant (pratique pour une migration immédiate d'u
ProxyPreserveHost On
ProxyPass / http://192.0.2.17/
ProxyPassReverse / http://192.0.2.17/
<Proxy *>
Allow from All
</Proxy>
~~~
### mod_rpaf / mod_remoteip