Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 5848 invoked from network); 14 Jun 2009 13:52:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 14 Jun 2009 13:52:43 -0000 Received: (qmail 15215 invoked by uid 500); 14 Jun 2009 13:52:54 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 15140 invoked by uid 500); 14 Jun 2009 13:52:54 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 15131 invoked by uid 99); 14 Jun 2009 13:52:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Jun 2009 13:52:54 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Jun 2009 13:52:50 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E5EA823888AD; Sun, 14 Jun 2009 13:52:29 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r784558 - /httpd/httpd/trunk/docs/manual/mod/mod_remoteip.xml Date: Sun, 14 Jun 2009 13:52:29 -0000 To: cvs@httpd.apache.org From: lgentis@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090614135229.E5EA823888AD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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.

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 @@ 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