From: Christophe Jaillet Date: Sun, 11 Aug 2019 06:19:01 +0000 (+0000) Subject: Fix the directive name used in of 'RemoteIPProxyProtocolExceptions'. X-Git-Tag: 2.5.0-alpha2-ci-test-only~1930 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80e87e07c32a0d2c2ba4d2466992864c9324f376;p=thirdparty%2Fapache%2Fhttpd.git Fix the directive name used in of 'RemoteIPProxyProtocolExceptions'. Fix some style (there is no need to have a link to the directive within its block) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1864913 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_remoteip.xml b/docs/manual/mod/mod_remoteip.xml index bc4a74b3fbb..c825b0df407 100644 --- a/docs/manual/mod/mod_remoteip.xml +++ b/docs/manual/mod/mod_remoteip.xml @@ -115,7 +115,7 @@ via the request headers. server configvirtual host -

The RemoteIPHeader directive triggers +

The RemoteIPHeader directive triggers mod_remoteip to treat the value of the specified header-field header as the useragent IP address, or list of intermediate useragent IP addresses, subject to further configuration @@ -124,7 +124,7 @@ via the request headers. Unless these other directives are used, mod_remoteip will trust all hosts presenting a non internal address in the - RemoteIPHeader header value. + RemoteIPHeader header value. Internal (Load Balancer) Example @@ -148,7 +148,7 @@ via the request headers. server configvirtual host -

The RemoteIPInternalProxy directive adds one +

The RemoteIPInternalProxy directive adds one or more addresses (or address blocks) to trust as presenting a valid RemoteIPHeader value of the useragent IP. Unlike the RemoteIPTrustedProxy directive, any IP address @@ -172,7 +172,7 @@ RemoteIPInternalProxy gateway.localdomain server configvirtual host -

The RemoteIPInternalProxyList directive specifies +

The RemoteIPInternalProxyList directive specifies a file parsed at startup, and builds a list of addresses (or address blocks) to trust as presenting a valid RemoteIPHeader value of the useragent IP.

@@ -204,7 +204,7 @@ gateway.localdomain #The front end balancer server configvirtual host -

The RemoteIPProxiesHeader directive specifies +

The RemoteIPProxiesHeader directive specifies a header into which mod_remoteip will collect a list of all of the intermediate client IP addresses trusted to resolve the useragent IP of the request. Note that intermediate @@ -283,7 +283,7 @@ Listen 8080 RemoteIPProxyProtocolExceptions is only available in httpd 2.4.31 and newer -

The RemoteIPProxyProtocol directive enables or +

The RemoteIPProxyProtocolExceptions directive enables or disables the reading and handling of the PROXY protocol connection header. Sometimes it is desirable to require clients to provide the PROXY header, but permit other clients to connect without it. This directive allows a server @@ -299,7 +299,7 @@ Listen 8080 server configvirtual host -

The RemoteIPTrustedProxy +

The RemoteIPTrustedProxy directive restricts which peer IP addresses (or address blocks) will be trusted to present a valid RemoteIPHeader value of the useragent IP.

@@ -331,7 +331,7 @@ RemoteIPTrustedProxy proxy.example.com server configvirtual host -

The RemoteIPTrustedProxyList directive specifies +

The RemoteIPTrustedProxyList directive specifies a file parsed at startup, and builds a list of addresses (or address blocks) to trust as presenting a valid RemoteIPHeader value of the useragent IP.