]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Change the external reference to mod_proxy_html to an internal one.
authorDaniel Gruno <humbedooh@apache.org>
Wed, 1 Aug 2012 12:23:04 +0000 (12:23 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Wed, 1 Aug 2012 12:23:04 +0000 (12:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1367951 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.xml

index 48eddca6cfc4ff80511a4641d89a6090231ac912..8f3da2d7b79c1649c601944274da4ed7986680a5 100644 (file)
@@ -1255,12 +1255,11 @@ proxied server</description>
 
     <p>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 <a href="http://apache.webthing.com/mod_proxy_html/"
-    >mod_proxy_html</a>.</p>
+    references, they will by-pass the proxy. To rewrite HTML content to
+    match the proxy, you must load and enable <module>mod_proxy_html</module>.
+    </p>
 
     <p><var>path</var> is the name of a local virtual path. <var>url</var> is a
     partial URL for the remote server - the same way they are used for the