]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Patch from Mark Watts. Mention ProxyErrorOverride.
authorRich Bowen <rbowen@apache.org>
Mon, 14 Dec 2009 15:39:22 +0000 (15:39 +0000)
committerRich Bowen <rbowen@apache.org>
Mon, 14 Dec 2009 15:39:22 +0000 (15:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@890372 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html.en
docs/manual/mod/core.xml

index f6fd268cf1ed724e8c7ea2db96b65344c4fa1044..e85a6bba4b1e544992d6dd08c8dece4309f8689d 100644 (file)
@@ -1097,6 +1097,11 @@ in case of an error</td></tr>
     This is necessary to guard against security problems caused by
     bad requests.</p>
 
+    <p>If you are using mod_proxy, you may wish to enable
+    <code class="directive"><a href="../mod/mod_proxy.html#proxyerroroverride">ProxyErrorOverride</a></code> so that you can provide
+    custom error messages on behalf of your Origin servers. If you don't enable ProxyErrorOverride,
+    Apache will not generate custom error documents for proxied content.</p>
+
     <p>Prior to version 2.0, messages were indicated by prefixing
     them with a single unmatched double quote character.</p>
 
index 18aa9c7b32ab69ef98734bd899cd032485de1b84..d54461a3c2091a5b2f982ee4b8d3d7c2c1884359 100644 (file)
@@ -1066,6 +1066,11 @@ in case of an error</description>
     This is necessary to guard against security problems caused by
     bad requests.</p>
 
+    <p>If you are using mod_proxy, you may wish to enable
+    <directive module="mod_proxy">ProxyErrorOverride</directive> so that you can provide
+    custom error messages on behalf of your Origin servers. If you don't enable ProxyErrorOverride,
+    Apache will not generate custom error documents for proxied content.</p>
+
     <p>Prior to version 2.0, messages were indicated by prefixing
     them with a single unmatched double quote character.</p>
 </usage>