Since there were no objections, I'll continue :)
/rewrite/proxy.xml/ refers to mod_rewrite for the ProxyPassMatch directive, which is obviously wrong.

Patch included for trunk.

With regards,
Daniel.
Index: proxy.xml
===================================================================
--- proxy.xml   (revision 1300620)
+++ proxy.xml   (working copy)
@@ -94,7 +94,7 @@
 
     <p>Consider using either <directive
     module="mod_proxy">ProxyPass</directive> or <directive
-    module="mod_rewrite">ProxyPassMatch</directive> whenever possible in
+    module="mod_proxy">ProxyPassMatch</directive> whenever possible in
     preference to mod_rewrite.</p>
     </dd>
   </dl>
---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org
For additional commands, e-mail: docs-h...@httpd.apache.org

Reply via email to