From 3ae69046c13b4b30d5307cbdf3bc47490a1d4b1e Mon Sep 17 00:00:00 2001
From: Rich Bowen
Date: Mon, 14 Dec 2009 15:43:46 +0000
Subject: [PATCH] Patch from Mark Watts. Mention ProxyErrorOverride.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@890378 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/core.html.en | 5 +++++
docs/manual/mod/core.xml | 5 +++++
2 files changed, 10 insertions(+)
diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en
index 4af448e96c..b836e10c1a 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 c778bb6ad6..2178f82b68 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
--
2.50.0