From: Mike Rumph Date: Tue, 18 Aug 2015 18:44:50 +0000 (+0000) Subject: Grammar corrections X-Git-Tag: 2.5.0-alpha~2949 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d9b3e75186f7342ec133cb016fe0a702ec3e4b4e;p=apache Grammar corrections git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1696480 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index ff99686f3d..269954f005 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -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.example.com" max=20 ttl=120 retry=300 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.