summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_proxy.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual/mod/mod_proxy.xml')
-rw-r--r--docs/manual/mod/mod_proxy.xml4
1 files changed, 2 insertions, 2 deletions
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.</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
@@ -1049,7 +1049,7 @@ ProxyPass "/mirror/foo" "http://backend.example.com"
<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.