]> granicus.if.org Git - apache/commitdiff
Grammar corrections
authorMike Rumph <mrumph@apache.org>
Tue, 18 Aug 2015 18:44:50 +0000 (18:44 +0000)
committerMike Rumph <mrumph@apache.org>
Tue, 18 Aug 2015 18:44:50 +0000 (18:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1696480 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.xml

index ff99686f3df62befcd6ff9d5d2eba3d44e1e363b..269954f0051cfe578e4b62f886c0a5161eca66d1 100644 (file)
@@ -595,7 +595,7 @@ context in 2.3.3 and later.</compatibility>
 
 <usage>
     <p>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
     <directive module="mod_proxy">ProxyPass</directive> line.</p>
 
     <p>This option should normally be turned <code>Off</code>. It is mostly
@@ -855,7 +855,7 @@ expressions</description>
 <usage>
     <p>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 <dfn>reverse
     proxy</dfn> or <dfn>gateway</dfn>. The <var>path</var> is the name of
     a local virtual path; <var>url</var> is a partial URL for the
@@ -1063,7 +1063,7 @@ ProxyPass "/example" "http://backend.example.com" max=20 ttl=120 retry=300
     <tr><td>keepalive</td>
         <td>Off</td>
         <td><p>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 <code>KEEP_ALIVE</code>
     messages on inactive connections and thus prevent the firewall 
     from dropping the connection. 
@@ -1686,7 +1686,7 @@ through</description>
     setting <code>Max-Forwards</code> if the Client didn't set it.
     Earlier Apache httpd versions would always set it.  A negative
     <directive>ProxyMaxForwards</directive> 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.</p>
 </usage>
 </directivesynopsis>