From: Lucien Gentis
Date: Sat, 8 Apr 2017 15:55:52 +0000 (+0000)
Subject: XML update plus typo in mod_remoteip.xml.
X-Git-Tag: 2.5.0-alpha~496
X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e3eaf095dddb6cf1f2f79ad57773f474bb3b242f;p=thirdparty%2Fapache%2Fhttpd.git
XML update plus typo in mod_remoteip.xml.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1790691 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_remoteip.xml b/docs/manual/mod/mod_remoteip.xml
index 532dc4ef5cc..3b07256d41b 100644
--- a/docs/manual/mod/mod_remoteip.xml
+++ b/docs/manual/mod/mod_remoteip.xml
@@ -235,7 +235,8 @@ RemoteIPProxiesHeader X-Forwarded-By
If enabled with the On
flag, the upstream client must
send the header every time it opens a connection or the connection will
be aborted unless it is in the list of disabled hosts provided by RemoteIPProxyProtocolExceptions directive.
+ module="mod_remoteip">RemoteIPProxyProtocolExceptions
+ directive.
While this directive may be specified in any virtual host, it is
important to understand that because the PROXY protocol is connection
diff --git a/docs/manual/mod/mod_remoteip.xml.fr b/docs/manual/mod/mod_remoteip.xml.fr
index 1557ca35c05..bbc532480f0 100644
--- a/docs/manual/mod/mod_remoteip.xml.fr
+++ b/docs/manual/mod/mod_remoteip.xml.fr
@@ -1,7 +1,7 @@
-
+
@@ -297,7 +297,7 @@ Listen 8080
<VirtualHost *:8080>
ServerName www.example.com
RemoteIPProxyProtocol On
- RemoteIPProxyProtocolDisableHosts 127.0.0.1 10.0.0.0/8
+ RemoteIPProxyProtocolExceptions 127.0.0.1 10.0.0.0/8
#Les requêtes pour ce serveur virtuel doivent contenir un en-tête du
#protocole PROXY. Si ce n'est pas le cas, la connexion sera fermée à moins
@@ -308,13 +308,13 @@ Listen 8080
-RemoteIPProxyProtocolDisableHosts
+RemoteIPProxyProtocolExceptions
Désactive la prise en compte de l'en-tête PROXY pour certains hôtes
ou réseaux
-RemoteIPProxyProtocolDisableHosts host|range [host|range] [host|range]
+RemoteIPProxyProtocolExceptions host|range [host|range] [host|range]
server configvirtual host
-RemoteIPProxyProtocolDisableHosts est disponible à partir de la
+RemoteIPProxyProtocolExceptions est disponible à partir de la
version 2.4.26 du serveur HTTP Apache
@@ -324,9 +324,12 @@ version 2.4.26 du serveur HTTP Apache
présence de l'en-tête PROXY, mais aussi de permettre aux autres clients de
se connecter sans ce dernier. Cette directive permet à l'administrateur du
serveur d'autoriser cette possibilité à un hôte isolé ou à une gamme d'hôtes
- au format CIDR. Elle est en général utilisée dans le cadre du monitoring du
+ au format CIDR. This is generally useful for monitoring and administrative
+ traffic to a virtual host direct to the server behind the upstream load
+ balancer.
+