From: Mike Rumph Date: Tue, 18 Aug 2015 18:58:09 +0000 (+0000) Subject: Grammar corrections X-Git-Tag: 2.4.17~198 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a79f84549355ce78a229cb794d9c4a9297f6dbbe;p=apache Grammar corrections git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1696482 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 310ab0971b..6bd41b7566 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -584,7 +584,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 @@ -1049,7 +1049,7 @@ ProxyPass "/mirror/foo" "http://backend.example.com" 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.