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