From: Daniel Gruno
Date: Wed, 1 Aug 2012 12:23:04 +0000 (+0000)
Subject: Change the external reference to mod_proxy_html to an internal one.
X-Git-Tag: 2.5.0-alpha~6545
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c510b8d368bd7ba597fb001dcc4d3c45ad015e5;p=thirdparty%2Fapache%2Fhttpd.git
Change the external reference to mod_proxy_html to an internal one.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1367951 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml
index 48eddca6cfc..8f3da2d7b79 100644
--- a/docs/manual/mod/mod_proxy.xml
+++ b/docs/manual/mod/mod_proxy.xml
@@ -1255,12 +1255,11 @@ proxied server
Only the HTTP response headers specifically mentioned above
will be rewritten. Apache httpd will not rewrite other response
- headers, nor will it rewrite URL references inside HTML pages.
+ headers, nor will it by default rewrite URL references inside HTML pages.
This means that if the proxied content contains absolute URL
- references, they will by-pass the proxy. A third-party module
- that will look inside the HTML and rewrite URL references is Nick
- Kew's mod_proxy_html.
+ references, they will by-pass the proxy. To rewrite HTML content to
+ match the proxy, you must load and enable mod_proxy_html.
+
path is the name of a local virtual path. url is a
partial URL for the remote server - the same way they are used for the