Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 19165 invoked from network); 9 Oct 2004 07:55:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 9 Oct 2004 07:55:06 -0000 Received: (qmail 74332 invoked by uid 500); 9 Oct 2004 07:55:04 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 73966 invoked by uid 500); 9 Oct 2004 07:54:25 -0000 Mailing-List: contact dev-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 dev@httpd.apache.org Received: (qmail 73951 invoked by uid 99); 9 Oct 2004 07:54:25 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [216.255.199.145] (HELO utopia.in.force-elite.com) (216.255.199.145) by apache.org (qpsmtpd/0.28) with ESMTP; Sat, 09 Oct 2004 00:54:23 -0700 X-AuthUser: chip@force-elite.com Received: from [10.0.0.125] (10.0.0.125:55509) by utopia.in.force-elite.com with [XMail 1.17 (Linux/Ix86) ESMTP Server] id for from ; Sat, 09 Oct 2004 00:54:19 -0700 Message-ID: <4167992B.6080109@force-elite.com> Date: Sat, 09 Oct 2004 00:54:19 -0700 From: Paul Querna User-Agent: Mozilla Thunderbird 0.8 (Macintosh/20040913) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: Capturing a Subrequest References: <4167380A.30809@force-elite.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Cliff Woolley wrote: > On Fri, 8 Oct 2004, Paul Querna wrote: > > >>So, I think something about my manually adding my output filter >>to the subrequest is wrong: > > > Ya, that doesn't look right. There a function that's called (or at least > used to be called ;) "ap_add_output_filter()". That's probably what you > want. Thanks for the reality check. It works now. :) -Paul