git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@890378
13f79535-47bb-0310-9956-
ffa450edef68
will be immediately halted and the internal error message returned.
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>
<h3>See also</h3>
<ul>
will be immediately halted and the internal error message returned.
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>
</usage>
<seealso><a href="../custom-error.html">documentation of