git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@561797
13f79535-47bb-0310-9956-
ffa450edef68
<dd>The IP address of the client.</dd>
<dt><code>X-Forwarded-Host</code></dt>
<dd>The original host requested by the client in the <code>Host</code>
- HTTP request ehader.</dd>
+ HTTP request header.</dd>
<dt><code>X-Forwarded-Server</code></dt>
<dd>The hostname of the proxy server.</dd>
</dl>
<dd>The IP address of the client.</dd>
<dt><code>X-Forwarded-Host</code></dt>
<dd>The original host requested by the client in the <code>Host</code>
- HTTP request ehader.</dd>
+ HTTP request header.</dd>
<dt><code>X-Forwarded-Server</code></dt>
<dd>The hostname of the proxy server.</dd>
</dl>
<div class="example"><p><code>
RewriteEngine On<br />
- RewriteOptions inherit
+ RewriteOptions Inherit
</code></p></div>
</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="section">
<example>
RewriteEngine On<br />
- RewriteOptions inherit
+ RewriteOptions Inherit
</example>
</section>