From: Rich Bowen
Date: Mon, 14 Dec 2009 15:39:22 +0000 (+0000)
Subject: Patch from Mark Watts. Mention ProxyErrorOverride.
X-Git-Tag: 2.2.15~142
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79d40b62dbbbe62047c9ac5223d9b5ac7fd44b77;p=thirdparty%2Fapache%2Fhttpd.git
Patch from Mark Watts. Mention ProxyErrorOverride.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@890372 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en
index f6fd268cf1e..e85a6bba4b1 100644
--- a/docs/manual/mod/core.html.en
+++ b/docs/manual/mod/core.html.en
@@ -1097,6 +1097,11 @@ in case of an error
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.
+
Prior to version 2.0, messages were indicated by prefixing
them with a single unmatched double quote character.
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index 18aa9c7b32a..d54461a3c20 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -1066,6 +1066,11 @@ in case of an error
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.
+
Prior to version 2.0, messages were indicated by prefixing
them with a single unmatched double quote character.