Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 96168 invoked by uid 500); 27 Sep 2001 16:45:38 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 96153 invoked by uid 500); 27 Sep 2001 16:45:38 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 27 Sep 2001 16:44:43 -0000 Message-ID: <20010927164443.58389.qmail@icarus.apache.org> From: orlikowski@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/modules/proxy mod_proxy.c X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N orlikowski 01/09/27 09:44:43 Modified: modules/proxy mod_proxy.c Log: Change ProxyHTTPOverrideReturnedErrors command to ProxyErrorOverride Docs update to follow. Submitted by: Ian Holsman Revision Changes Path 1.57 +1 -1 httpd-2.0/modules/proxy/mod_proxy.c Index: mod_proxy.c =================================================================== RCS file: /home/cvs/httpd-2.0/modules/proxy/mod_proxy.c,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- mod_proxy.c 2001/09/26 19:58:10 1.56 +++ mod_proxy.c 2001/09/27 16:44:43 1.57 @@ -940,7 +940,7 @@ "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} };