From: Rich Bowen
Date: Thu, 8 Mar 2012 02:02:09 +0000 (+0000)
Subject: mod_proxy_html is no longer a third-party module.
X-Git-Tag: 2.5.0-alpha~7404
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c058932d0fd25df02d6b3fcb3ec89b2f04723c02;p=apache
mod_proxy_html is no longer a third-party module.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1298256 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/urlmapping.html.en b/docs/manual/urlmapping.html.en
index 88554ee751..ac2d9d5309 100644
--- a/docs/manual/urlmapping.html.en
+++ b/docs/manual/urlmapping.html.en
@@ -238,9 +238,10 @@ content) in a page as it is being served to the client using
Substitute s/internal\.example\.com/www.example.com/i
-Additionally, a third-party module,
-mod_proxy_html,
-is available to rewrite links in HTML and XHTML.
+For more sophisticated rewriting of links in HTML and XHTML, the
+mod_proxy_html
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.
diff --git a/docs/manual/urlmapping.xml b/docs/manual/urlmapping.xml
index b061ef5f1d..929ad1d5e5 100644
--- a/docs/manual/urlmapping.xml
+++ b/docs/manual/urlmapping.xml
@@ -268,9 +268,10 @@ content) in a page as it is being served to the client using
Substitute s/internal\.example\.com/www.example.com/i
-
Additionally, a third-party module,
-mod_proxy_html,
-is available to rewrite links in HTML and XHTML.
+
For more sophisticated rewriting of links in HTML and XHTML, the
+mod_proxy_html 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.