You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2012/03/08 03:00:25 UTC

svn commit: r1298254 - in /httpd/httpd/branches/2.4.x/docs/manual: urlmapping.html.en urlmapping.xml

Author: rbowen
Date: Thu Mar  8 02:00:25 2012
New Revision: 1298254

URL: http://svn.apache.org/viewvc?rev=1298254&view=rev
Log:
mod_proxy_html is no longer a third-party modules.

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/urlmapping.html.en
    httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/urlmapping.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/urlmapping.html.en?rev=1298254&r1=1298253&r2=1298254&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/urlmapping.html.en (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/urlmapping.html.en Thu Mar  8 02:00:25 2012
@@ -238,9 +238,10 @@ content) in a page as it is being served
 Substitute s/internal\.example\.com/www.example.com/i
 </code></p></div>
 
-<p>Additionally, a third-party module,
-<a href="http://apache.webthing.com/mod_proxy_html/">mod_proxy_html</a>,
-is available to rewrite links in HTML and XHTML.</p>
+<p>For more sophisticated rewriting of links in HTML and XHTML, the 
+<code class="module"><a href="./mod/mod_proxy_html.html">mod_proxy_html</a></code> module is also available. It allows you
+to create maps of URLs that need to be rewritten, so that comples
+proxying scenarios can be handled.</p>
 </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div>
 <div class="section">
 <h2><a name="rewrite" id="rewrite">Rewriting Engine</a></h2>

Modified: httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml?rev=1298254&r1=1298253&r2=1298254&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml Thu Mar  8 02:00:25 2012
@@ -268,9 +268,10 @@ content) in a page as it is being served
 Substitute s/internal\.example\.com/www.example.com/i
 </example>
 
-<p>Additionally, a third-party module,
-<a href="http://apache.webthing.com/mod_proxy_html/">mod_proxy_html</a>,
-is available to rewrite links in HTML and XHTML.</p>
+<p>For more sophisticated rewriting of links in HTML and XHTML, the 
+<module>mod_proxy_html</module> module is also available. It allows you
+to create maps of URLs that need to be rewritten, so that comples
+proxying scenarios can be handled.</p>
 </section>
 
 <section id="rewrite"><title>Rewriting Engine</title>