From 12d05cb79e29bb8aa3dd89294f001c01039efd0e Mon Sep 17 00:00:00 2001 From: "Victor J. Orlikowski" Date: Thu, 27 Sep 2001 16:44:43 +0000 Subject: [PATCH] Change ProxyHTTPOverrideReturnedErrors command to ProxyErrorOverride Docs update to follow. Submitted by: Ian Holsman git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91165 13f79535-47bb-0310-9956-ffa450edef68 --- modules/proxy/mod_proxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/proxy/mod_proxy.c b/modules/proxy/mod_proxy.c index 99aec61153..498961c3c0 100644 --- a/modules/proxy/mod_proxy.c +++ b/modules/proxy/mod_proxy.c @@ -940,7 +940,7 @@ static const command_rec proxy_cmds[] = "A list of ports which CONNECT may connect to"), AP_INIT_TAKE1("ProxyVia", set_via_opt, NULL, RSRC_CONF, "Configure Via: proxy header header to one of: on | off | block | full"), - AP_INIT_FLAG("ProxyHTTPOverrideReturnedErrors", set_http_proxy_override_error, NULL, RSRC_CONF, + AP_INIT_FLAG("ProxyErrorOverride", set_http_proxy_override_error, NULL, RSRC_CONF, "use our error handling pages instead of the servers we are proxying"), {NULL} };