From: Rich Bowen
Date: Mon, 14 Dec 2009 15:40:50 +0000 (+0000)
Subject: Patch from Mark Watts. Mention ProxyErrorOverride.
X-Git-Tag: 2.0.64~78
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e63389d1606af2fb8122f54e9759e748e2bee2ce;p=thirdparty%2Fapache%2Fhttpd.git
Patch from Mark Watts. Mention ProxyErrorOverride.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@890374 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en
index a13061e7fe4..5b4177970e9 100644
--- a/docs/manual/mod/core.html.en
+++ b/docs/manual/mod/core.html.en
@@ -1008,6 +1008,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 e6030de5835..421bbe67299 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -959,6 +959,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.