]> granicus.if.org Git - apache/commitdiff
Patch contributed by: Daniel Rall <dlr@apache.org>
authorMartin Kraemer <martin@apache.org>
Tue, 2 Aug 2005 18:01:24 +0000 (18:01 +0000)
committerMartin Kraemer <martin@apache.org>
Tue, 2 Aug 2005 18:01:24 +0000 (18:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@227052 13f79535-47bb-0310-9956-ffa450edef68

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

index e5960353b6f5c87ca6e6d6eeee91538039ab8710..189e7406ea1b5f10e1c470077298343d45d2a064 100644 (file)
@@ -979,7 +979,7 @@ proxied server</td></tr>
     <p>Note that this <code class="directive">ProxyPassReverse</code> directive can
     also be used in conjunction with the proxy pass-through feature
     (<code>RewriteRule ...  [P]</code>) from <code class="module"><a href="../mod/mod_rewrite.html">mod_rewrite</a></code>
-    because its doesn't depend on a corresponding <code class="directive"><a href="#proxypass">ProxyPass</a></code> directive.</p>
+    because it doesn't depend on a corresponding <code class="directive"><a href="#proxypass">ProxyPass</a></code> directive.</p>
 
     <p>When used inside a <code class="directive"><a href="../mod/core.html#location">&lt;Location&gt;</a></code> section, the first argument is omitted and the local
     directory is obtained from the <code class="directive"><a href="../mod/core.html#location">&lt;Location&gt;</a></code>.</p>
@@ -1200,4 +1200,4 @@ header for proxied requests</td></tr>
 </div><div id="footer">
 <p class="apache">Copyright 1995-2005 The Apache Software Foundation or its licensors, as applicable.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
 <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
-</body></html>
\ No newline at end of file
+</body></html>
index 1f6d4a575a5b6f028157acac0bd35d46ab9dfd91..4f77d0514c79031aa681c5ef6efe3531b9192bb2 100644 (file)
@@ -800,7 +800,7 @@ proxied server</description>
     <p>Note that this <directive>ProxyPassReverse</directive> directive can
     also be used in conjunction with the proxy pass-through feature
     (<code>RewriteRule ...  [P]</code>) from <module>mod_rewrite</module>
-    because its doesn't depend on a corresponding <directive module="mod_proxy"
+    because it doesn't depend on a corresponding <directive module="mod_proxy"
     >ProxyPass</directive> directive.</p>
 
     <p>When used inside a <directive type="section" module="core"