Return-Path: Delivered-To: apache-bugdb-archive@hyperreal.org Received: (qmail 13011 invoked by uid 6000); 27 Oct 1997 18:40:03 -0000 Received: (qmail 12971 invoked by uid 2001); 27 Oct 1997 18:40:00 -0000 Date: 27 Oct 1997 18:40:00 -0000 Message-ID: <19971027184000.12970.qmail@hyperreal.org> To: apache-bugdb@apache.org Cc: apache-bugdb@apache.org, From: Dean Gaudet Subject: Re: mod_cgi/1291: CGI problems are reported as "Server problem - contact the webmaster" Reply-To: Dean Gaudet Sender: apache-bugdb-owner@apache.org Precedence: bulk The following reply was made to PR mod_cgi/1291; it has been noted by GNATS. From: Dean Gaudet To: Dave Shield Cc: apbugs@apache.org Subject: Re: mod_cgi/1291: CGI problems are reported as "Server problem - contact the webmaster" Date: Mon, 27 Oct 1997 10:34:58 -0800 (PST) This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --===_0_Mon_Oct_27_14:58:42_GMT_1997 Content-Type: TEXT/PLAIN; CHARSET=us-ascii Content-ID: You could also use an ErrorDocument which points at a CGI, the CGI should have the original URI available in one of the environment variables (I forget which, you'll have to experiment). Then your CGI can make a decision as to who to contact ... such as grabbing a ~username. yeah, use something like: ErrorDocument 500 /cgi-bin/500response And 500response should be a script which plays with REDIRECT_REQUEST_URI. Dean --===_0_Mon_Oct_27_14:58:42_GMT_1997--