Re: Smart filtering Module

2004-09-11 Thread Nick Kew
On Sat, 11 Sep 2004, NormW wrote: > Good evening still :-) > Got your update and it all now glues together nicely. > I assume you will wait for a 'vote' to commit a hooked-in build file for > mod_filter? Well, I'm more waiting for more feedback. So far I got quite a lot of comments when I

Re: Smart filtering Module

2004-09-11 Thread NormW
aturday, September 11, 2004 8:47 PM Subject: Re: Smart filtering Module > On Sat, 11 Sep 2004, NormW wrote: > > > ### mwccnlm Compiler: > > #File: mod_filter.c > > # - > > # 118: { &apr_bucket_type_mmap, "MMAP" } ,

Re: Smart filtering Module

2004-09-11 Thread Nick Kew
On Sat, 11 Sep 2004, NormW wrote: > ### mwccnlm Compiler: > #File: mod_filter.c > # - > # 118: { &apr_bucket_type_mmap, "MMAP" } , > # Error: > # undefined identifier 'apr_bucket_type_mmap' > > Can this be bracketed with #if

Re: Smart filtering Module

2004-09-11 Thread NormW
- Original Message - From: "Nick Kew" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, September 11, 2004 2:40 AM Subject: Re: Smart filtering Module > > OK, following on from a couple of weeks ago, I've committed mod_filter > to cvs. That in

Re: Smart filtering Module

2004-09-10 Thread Nick Kew
OK, following on from a couple of weeks ago, I've committed mod_filter to cvs. That includes mod_filter.c and relevant documentation, which are more-or-less in sync. Please review. Assuming the work gets and survives wider review, the next stage in this work is closer integration with util_filt

Re: Smart filtering Module

2004-08-28 Thread Nick Kew
On Sat, 28 Aug 2004, Graham Leggett wrote: > Nick Kew wrote: > > > I posted my proposed smart filter module a few days ago, in response > > a post here identifying a situation where it is relevant. > > Ideally there should be one way of loading modules, not two - if it is > practical to fix AddOut

Re: Smart filtering Module

2004-08-28 Thread Graham Leggett
Nick Kew wrote: I posted my proposed smart filter module a few days ago, in response a post here identifying a situation where it is relevant. Ideally there should be one way of loading modules, not two - if it is practical to fix AddOutputFilter, then that should be done, otherwise if mod_filter

Smart filtering Module

2004-08-28 Thread Nick Kew
I posted my proposed smart filter module a few days ago, in response a post here identifying a situation where it is relevant. I have now completed a first version of the accompanying manual page. I attach: mod_filter.xml mod_filter.xml.meta mod_filter.html Two ima