From 6eaa204d09c7bc48f8270dc3ebd5f6e988bf02cd Mon Sep 17 00:00:00 2001 From: gcolpart Date: Fri, 28 Oct 2016 03:55:34 +0200 Subject: [PATCH] ajout info pour proxy --- HowtoApache.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/HowtoApache.md b/HowtoApache.md index 9c3710a4..3c15246e 100644 --- a/HowtoApache.md +++ b/HowtoApache.md @@ -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 + + Allow from All + ~~~ 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/ + + Allow from All + ~~~ ### mod_rpaf / mod_remoteip