From ed7b8109192fb4d40d4f0a9283d245dd61c508c0 Mon Sep 17 00:00:00 2001 From: Lucien Gentis Date: Sun, 14 Jun 2009 13:52:29 +0000 Subject: [PATCH] Some typos. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@784558 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_remoteip.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/mod/mod_remoteip.xml b/docs/manual/mod/mod_remoteip.xml index c50629f0ff..40104b743b 100644 --- a/docs/manual/mod/mod_remoteip.xml +++ b/docs/manual/mod/mod_remoteip.xml @@ -76,8 +76,8 @@ balancer via the request headers. fresh dns or ident query of the remote IP address.

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.

@@ -161,7 +161,7 @@ balancer via the request headers. to trust as presenting a valid RemoteIPHeader value of the client IP.

The '#' 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 RemoteIPInternalProxy directive.

Internal (Load Balancer) Example -- 2.40.0