<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
<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
<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.
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>