Return-Path: Delivered-To: new-httpd-archive@hyperreal.org Received: (qmail 2787 invoked by uid 6000); 20 Apr 1998 18:57:09 -0000 Received: (qmail 2775 invoked from network); 20 Apr 1998 18:57:07 -0000 Received: from twinlark.arctic.org (204.62.130.91) by taz.hyperreal.org with SMTP; 20 Apr 1998 18:57:07 -0000 Received: (qmail 30879 invoked by uid 500); 20 Apr 1998 19:00:17 -0000 Date: Mon, 20 Apr 1998 12:00:17 -0700 (PDT) From: Dean Gaudet To: new-httpd@apache.org Subject: Re: Proxy Errors and ErrorDocument In-Reply-To: Message-ID: X-Comment: Visit http://www.arctic.org/~dgaudet/legal for information regarding copyright and disclaimer. MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: new-httpd-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org I think it's listed as a "known bug"/"missing feature" somewhere too... probably in the bugdb. Dean On Mon, 20 Apr 1998, Mark J Cox wrote: > > However, I have an ErrorDocument 500 directive set, which works fine for > > 500 errors which are caused by cgi script errors. Shouldn't it work > > here too? > > It probably should - but it doesn't as the proxy module outputs the > message directly and returns as if all was okay (see ap_proxyerror in > proxy_util.c) > > Mark > > >