Return-Path: Delivered-To: apmail-httpd-python-dev-archive@www.apache.org Received: (qmail 72352 invoked from network); 3 Sep 2006 15:44:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 Sep 2006 15:44:57 -0000 Received: (qmail 13756 invoked by uid 500); 3 Sep 2006 15:44:57 -0000 Delivered-To: apmail-httpd-python-dev-archive@httpd.apache.org Received: (qmail 13623 invoked by uid 500); 3 Sep 2006 15:44:56 -0000 Mailing-List: contact python-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list python-dev@httpd.apache.org Received: (qmail 13612 invoked by uid 99); 3 Sep 2006 15:44:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Sep 2006 08:44:56 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of dan.eloff@gmail.com designates 66.249.82.232 as permitted sender) Received: from [66.249.82.232] (HELO wx-out-0506.google.com) (66.249.82.232) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Sep 2006 08:44:54 -0700 Received: by wx-out-0506.google.com with SMTP id s19so1618106wxc for ; Sun, 03 Sep 2006 08:44:34 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cFfXRbVOlKpd5M+LtRn45oCpu7eZ2hcqIjEEV1cxwRQB0xkUhdRRb++ECdDUDYL0YoVYi9zCsnMf5syNx8cpU8jptcG/vTcbeWbqMiNfGvhKqqecc4EYDggqxfxjtUVzjj+yN1my08EC0iGhpUs1KPKMkPvaR5OMKuk+W0Bpbpo= Received: by 10.70.99.11 with SMTP id w11mr6019616wxb; Sun, 03 Sep 2006 08:44:33 -0700 (PDT) Received: by 10.70.37.17 with HTTP; Sun, 3 Sep 2006 08:44:33 -0700 (PDT) Message-ID: <4817b6fc0609030844l1cec5eb2i3205951fc9fe2a04@mail.gmail.com> Date: Sun, 3 Sep 2006 10:44:33 -0500 From: "Dan Eloff" To: "Graham Dumpleton" Subject: Re: Proposal for adding html formatted tracebacks Cc: python-dev@httpd.apache.org In-Reply-To: <2D5262B8-AED9-4B46-9587-2D67062A7883@dscpl.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1156716471.32700@dscpl.user.openhosting.com> <4817b6fc0608271540s3ef2b99ei8efd94add6a89abc@mail.gmail.com> <2D5262B8-AED9-4B46-9587-2D67062A7883@dscpl.com.au> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 9/2/06, Graham Dumpleton wrote: > registering custom response handlers for error response codes. > > http://www.kuzbass.ru/docs/apache_c_mod_perl/142.htm > > It may be of use to be able to register such handlers from within a > mod_python > handler rather than relying on ErrorDocument directive. > It could certainly be done. I don't know who would have a use for such a thing, but that's the beauty of mod_python is that you can do so much with it. If someone wants to add it, I don't see why not. -Dan