]> granicus.if.org Git - apache/commitdiff
A couple small fixes suggested by Vincent.
authorJoshua Slive <slive@apache.org>
Wed, 1 Aug 2007 13:54:06 +0000 (13:54 +0000)
committerJoshua Slive <slive@apache.org>
Wed, 1 Aug 2007 13:54:06 +0000 (13:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@561797 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.html.en
docs/manual/mod/mod_proxy.xml
docs/manual/mod/mod_rewrite.html.en
docs/manual/mod/mod_rewrite.xml

index 886ca4acd9bbf541de0abbca075ccc2b0b4653b1..77d50661548f74bf7214931cb48b02e1f3833f5d 100644 (file)
       <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>
index 34c795ae402d6c76cc5f60e7eb5c4ac3af17f22e..b1805b4222f20b292f84dc2449973aa41af2523d 100644 (file)
       <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>
index 1149b0fc0a16684f4bce7caa4ca5e5a87d51bfd6..995188679079376958c409174b7e2be192b694f2 100644 (file)
@@ -120,7 +120,7 @@ SCRIPT_URI=http://en1.engelschall.com/u/rse/
 
      <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">
index 69076a16ed9e2cec89be31b502cf03ea5a27787e..db8a08e095e63601a6607bae3a588650ee26bff9 100644 (file)
@@ -105,7 +105,7 @@ SCRIPT_URI=http://en1.engelschall.com/u/rse/
 
      <example>
      RewriteEngine On<br />
-     RewriteOptions inherit
+     RewriteOptions Inherit
      </example>
 </section>