]> 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:40:50 +0000 (15:40 +0000)
committerRich Bowen <rbowen@apache.org>
Mon, 14 Dec 2009 15:40:50 +0000 (15:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@890374 13f79535-47bb-0310-9956-ffa450edef68

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

index a13061e7fe48332ded72b9f8c6f2392bda5979db..5b4177970e9184a692bead87d445a639ddb4c2da 100644 (file)
@@ -1008,6 +1008,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 e6030de5835da3e46419137a44db7b05a8588c87..421bbe672992460dfbd0b36b35c672591b223eb3 100644 (file)
@@ -959,6 +959,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>