From f94b698377f7f5af5c767c78c8532b8ec1fb517c Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Wed, 1 Aug 2012 12:30:39 +0000 Subject: [PATCH] Change the external reference to mod_proxy_html to an internal one. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1367956 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_proxy.xml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 185486f728..7634f586e8 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -1255,12 +1255,10 @@ 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 -- 2.50.1