Re: Another filter question

2001-11-16 Thread Eli Marmor
William A. Rowe, Jr. wrote: > And 3. the impact of SetInput|OutputFilter and AddInput|OutputFilter on > ordering, by virtue of their presense in different , > or containers. +1 ;-) -- Eli Marmor [EMAIL PROTECTED] CTO, Founder Netmask (El-Mar) Internet Technologies Ltd. _

Re: Another filter question

2001-11-15 Thread William A. Rowe, Jr.
From: "Eli Marmor" <[EMAIL PROTECTED]> Sent: Friday, November 16, 2001 12:57 AM > I think that two things, could clarify the picture to filter > programmers, if these things were added to the documentation: > > 1. A map of the current order of built-in filters (including all the >optional f

Re: Another filter question

2001-11-15 Thread Eli Marmor
Ryan Bloom wrote: > > On Thursday 15 November 2001 12:17 am, Eli Marmor wrote: > > By the way: > > > > I didn't find anywhere in the docs, any documentation about the > > internal ordering (i.e. between different filters with the same > > AP_FTYPE). > > It is dependant on the order that they are

Re: Another filter question

2001-11-15 Thread Ryan Bloom
On Thursday 15 November 2001 12:17 am, Eli Marmor wrote: > By the way: > > I didn't find anywhere in the docs, any documentation about the > internal ordering (i.e. between different filters with the same > AP_FTYPE). It is dependant on the order that they are inserted. Ryan ___

Re: Another filter question

2001-11-15 Thread Eli Marmor
By the way: I didn't find anywhere in the docs, any documentation about the internal ordering (i.e. between different filters with the same AP_FTYPE). -- Eli Marmor [EMAIL PROTECTED] CTO, Founder Netmask (El-Mar) Internet Technologies Ltd. ___

Re: Another filter question

2001-11-14 Thread William A. Rowe, Jr.
From: "Ryan Morgan" <[EMAIL PROTECTED]> Sent: Thursday, November 15, 2001 12:10 AM > I just noticed that both the SSL filter and the CORE output filter have > the same filter type of AP_FTYPE_NETWORK.. Is this intended? It causes > an ordering problem since we must insert the SSL filter before

Another filter question

2001-11-14 Thread Ryan Morgan
I just noticed that both the SSL filter and the CORE output filter have the same filter type of AP_FTYPE_NETWORK.. Is this intended? It causes an ordering problem since we must insert the SSL filter before the CORE output filter. (since the SSL filter relies on CORE to send the data) If a modul