From: Rich Bowen
Date: Mon, 14 Dec 2009 15:43:46 +0000 (+0000)
Subject: Patch from Mark Watts. Mention ProxyErrorOverride.
X-Git-Tag: 2.3.5~89
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3ae69046c13b4b30d5307cbdf3bc47490a1d4b1e;p=thirdparty%2Fapache%2Fhttpd.git
Patch from Mark Watts. Mention ProxyErrorOverride.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@890378 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en
index 4af448e96ce..b836e10c1a0 100644
--- a/docs/manual/mod/core.html.en
+++ b/docs/manual/mod/core.html.en
@@ -1066,6 +1066,11 @@ in case of an error
will be immediately halted and the internal error message returned.
This is necessary to guard against security problems caused by
bad requests.
+
+ If you are using mod_proxy, you may wish to enable
+ ProxyErrorOverride 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.
See also
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index c778bb6ad60..2178f82b689 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -1028,6 +1028,11 @@ in case of an error
will be immediately halted and the internal error message returned.
This is necessary to guard against security problems caused by
bad requests.
+
+ If you are using mod_proxy, you may wish to enable
+ ProxyErrorOverride 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.
documentation of