From c058932d0fd25df02d6b3fcb3ec89b2f04723c02 Mon Sep 17 00:00:00 2001
From: Rich Bowen
Date: Thu, 8 Mar 2012 02:02:09 +0000
Subject: [PATCH] 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
---
docs/manual/urlmapping.html.en | 7 ++++---
docs/manual/urlmapping.xml | 7 ++++---
2 files changed, 8 insertions(+), 6 deletions(-)
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.
Rewriting Engine
--
2.50.1