setting <code>Max-Forwards</code> if the Client didn't set it.
Earlier Apache httpd versions would always set it. A negative
<code class="directive">ProxyMaxForwards</code> 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>
</div>
</table>
<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.
context in 2.3.3 and later.</td></tr>
</table>
<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
<code class="directive"><a href="#proxypass">ProxyPass</a></code> line.</p>
<p>This option should normally be turned <code>Off</code>. It is mostly
<?xml version="1.0"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1695913 -->
+<!-- English Revision: 1695913:1696480 (outdated) -->
<!-- French translation : Lucien GENTIS -->
<!-- Reviewed by : Vincent Deffontaines -->
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 344971:1695913 (outdated) -->
+<!-- English Revision: 344971:1696480 (outdated) -->
<!--
Licensed to the Apache Software Foundation (ASF) under one or more