
lgentis at apache
Jun 14, 2009, 6:52 AM
Views: 177
Permalink
|
|
svn commit: r784558 - /httpd/httpd/trunk/docs/manual/mod/mod_remoteip.xml
|
|
Author: lgentis Date: Sun Jun 14 13:52:29 2009 New Revision: 784558 URL: http://svn.apache.org/viewvc?rev=784558&view=rev Log: Some typos. Modified: httpd/httpd/trunk/docs/manual/mod/mod_remoteip.xml Modified: httpd/httpd/trunk/docs/manual/mod/mod_remoteip.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_remoteip.xml?rev=784558&r1=784557&r2=784558&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/mod_remoteip.xml (original) +++ httpd/httpd/trunk/docs/manual/mod/mod_remoteip.xml Sun Jun 14 13:52:29 2009 @@ -76,8 +76,8 @@ fresh dns or ident query of the remote IP address.</p> <p>When multiple, comma delimited remote IP addresses are listed in the - header value, they are processed in Right-to-Left order. Processessing - halts when the a given remote IP address is not trusted to present the + header value, they are processed in Right-to-Left order. Processing + halts when a given remote IP address is not trusted to present the preceeding IP address. The header field is updated to this remaining list of unconfirmed IP addresses, or if all IP addresses were trusted, this header is removed from the request altogether.</p> @@ -161,7 +161,7 @@ to trust as presenting a valid RemoteIPHeader value of the client IP.</p> <p>The '<code>#</code>' hash character designates a comment line, otherwise - each whitespace or newline seperated entry is processed identically to + each whitespace or newline separated entry is processed identically to the <directive>RemoteIPInternalProxy</directive> directive.</p> <example><title>Internal (Load Balancer) Example</title>
|