Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5FD5D10D50 for ; Tue, 18 Aug 2015 18:44:51 +0000 (UTC) Received: (qmail 46372 invoked by uid 500); 18 Aug 2015 18:44:51 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 46312 invoked by uid 500); 18 Aug 2015 18:44:51 -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 46302 invoked by uid 99); 18 Aug 2015 18:44:51 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Aug 2015 18:44:51 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id DF247AC006B for ; Tue, 18 Aug 2015 18:44:50 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1696480 - /httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml Date: Tue, 18 Aug 2015 18:44:50 -0000 To: cvs@httpd.apache.org From: mrumph@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150818184450.DF247AC006B@hades.apache.org> Author: mrumph Date: Tue Aug 18 18:44:50 2015 New Revision: 1696480 URL: http://svn.apache.org/r1696480 Log: Grammar corrections Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml?rev=1696480&r1=1696479&r2=1696480&view=diff ============================================================================== --- httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml (original) +++ httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml Tue Aug 18 18:44:50 2015 @@ -595,7 +595,7 @@ context in 2.3.3 and later.

When enabled, this option will pass the Host: line from the incoming - request to the proxied host instead of the hostname specified in the + request to the proxied host, instead of the hostname specified in the ProxyPass line.

This option should normally be turned Off. It is mostly @@ -855,7 +855,7 @@ expressions

This directive allows remote servers to be mapped into the space of the local server. The local server does not act as a - proxy in the conventional sense, but appears to be a mirror of the + proxy in the conventional sense but appears to be a mirror of the remote server. The local server is often called a reverse proxy or gateway. The path is the name of a local virtual path; url is a partial URL for the @@ -1063,7 +1063,7 @@ ProxyPass "/example" "http://backend.exa keepalive Off

This parameter should be used when you have a firewall between your - Apache httpd and the backend server, which tend to drop inactive connections. + Apache httpd and the backend server, which tends to drop inactive connections. This flag will tell the Operating System to send KEEP_ALIVE messages on inactive connections and thus prevent the firewall from dropping the connection. @@ -1686,7 +1686,7 @@ through setting Max-Forwards if the Client didn't set it. Earlier Apache httpd versions would always set it. A negative ProxyMaxForwards value, including the - default -1, gives you protocol-compliant behavior, but may + default -1, gives you protocol-compliant behavior but may leave you open to loops.