Re: [RELEASE CANDIDATE] libapreq2 2.09-RC2

2007-08-08 Thread Jonathan Vanasco
Are we going to have 2.09 release? It's been quite some time since RC2 actually, i'd like to see an RC3-- there was an issue I kept complaining about that Joe was going to solve thanks to some testing by [EMAIL PROTECTED] -- reference the posting on 2007.05.25 Supposedly, this is going

Re: [RELEASE CANDIDATE] libapreq2 2.09-RC2

2007-08-08 Thread Philip M. Gollucci
Are we going to have 2.09 release? It's been quite some time since RC2 actually, i'd like to see an RC3-- there was an issue I kept complaining about that Joe was going to solve thanks to some testing by [EMAIL PROTECTED] -- reference the posting on 2007.05.25 The RC3 was what I meant. what

Re: [RELEASE CANDIDATE] libapreq 1.34-RC3

2007-08-08 Thread Fred Moyer
Issac Goldstand wrote: We're still waiting on a couple of PMC votes to roll. If anyone's got time to make test and vote on this, it'd be great. Issac I remember testing this and giving a +1, and seeing another +1 from Randy Kobes, but I can't seem to track down those emails in the

Re: Apache 2.2 Output Filter simple C example

2007-08-08 Thread Amlan Samuil Warman
/* TODO: - to compile: apxs -c mod_myoutfilter.c - copy mod_myoutfilter.so to $APACHE_HOME/modules - httpd.conf implementation: LoadModule myoutfilter_module modules/mod_myoutfilter.so Location /myfile.html SetOutputFilter myoutfilter /Location

Re: [PATCH]: mod_cache: don't store headers that will never be used

2007-08-08 Thread Niklas Edmundsson
On Tue, 31 Jul 2007, Niklas Edmundsson wrote: Any opinions on this? Here's a version with a config directive, defaults to disabled. Silly Q; a directive? Or a env var that can be scoped in interesting ways using mod_setenvif and/or mod_rewrite? Most of our proxy behavior overrides are in

Re: svn commit: r563317 - in /httpd/httpd/trunk: CHANGES modules/filters/mod_deflate.c

2007-08-08 Thread Nick Kew
On Tue, 07 Aug 2007 21:55:24 +0200 Ruediger Pluem [EMAIL PROTECTED] wrote: In the case that we use enc_in we still adjust hdrs and only hdrs. It might be needed to unset r-content_encoding in this case. And in the case that Content-Encoding is not in hdrs but in hdrs2 we we adjust hdrs

CHANGES

2007-08-08 Thread Jim Jagielski
I know I've said this before, but having copies of Changes in Apache 2.2.5 under the -trunk CHANGES file, as well as the 2.0.x stuff in both trunk and 2.2 means that we are pretty much assured that they will get out of sync. I'd like to re-propose that the CHANGES files only refer to changes

Re: svn commit: r563839 - /httpd/httpd/trunk/CHANGES

2007-08-08 Thread Davi Arnaut
[EMAIL PROTECTED] wrote: Author: jim Date: Wed Aug 8 05:41:21 2007 New Revision: 563839 [..] Changes with Apache 2.2.5 + + *) mod_deflate: fix protocol handling in deflate input filter + PR 23287 [Nick Kew] + + *) mod_proxy: fix buffer overflow issue + PR 41144 [Davi Arnaut]

Re: svn commit: r563839 - /httpd/httpd/trunk/CHANGES

2007-08-08 Thread Jim Jagielski
On Aug 8, 2007, at 8:47 AM, Davi Arnaut wrote: [EMAIL PROTECTED] wrote: Author: jim Date: Wed Aug 8 05:41:21 2007 New Revision: 563839 [..] Changes with Apache 2.2.5 + + *) mod_deflate: fix protocol handling in deflate input filter + PR 23287 [Nick Kew] + + *) mod_proxy: fix buffer

Re: svn commit: r563839 - /httpd/httpd/trunk/CHANGES

2007-08-08 Thread Davi Arnaut
Jim Jagielski wrote: On Aug 8, 2007, at 8:47 AM, Davi Arnaut wrote: [EMAIL PROTECTED] wrote: Author: jim Date: Wed Aug 8 05:41:21 2007 New Revision: 563839 [..] Changes with Apache 2.2.5 + + *) mod_deflate: fix protocol handling in deflate input filter + PR 23287 [Nick Kew] + + *)

Re: svn commit: r563839 - /httpd/httpd/trunk/CHANGES

2007-08-08 Thread Jim Jagielski
On Aug 8, 2007, at 9:13 AM, Davi Arnaut wrote: Jim Jagielski wrote: On Aug 8, 2007, at 8:47 AM, Davi Arnaut wrote: [EMAIL PROTECTED] wrote: Author: jim Date: Wed Aug 8 05:41:21 2007 New Revision: 563839 [..] Changes with Apache 2.2.5 + + *) mod_deflate: fix protocol handling in

Apache 2.2 Output Filter simple C example

2007-08-08 Thread Zvi Kave
Dear friends, I need an simple apache 2.2 example in C that let's me check the output characters to manipulate them. Please help, Zvi

Re: Apache 2.2 Output Filter simple C example

2007-08-08 Thread Mads Toftum
On Wed, Aug 08, 2007 at 04:58:33PM +0300, Zvi Kave wrote: Dear friends, I need an simple apache 2.2 example in C that let's me check the output characters to manipulate them. Please help, There's plenty of examples in the httpd code - one example would be:

Re: Apache 2.2 Output Filter simple C example

2007-08-08 Thread Joe Lewis
Zvi Kave wrote: Dear friends, I need an simple apache 2.2 example in C that let's me check the output characters to manipulate them. Please help, Zvi Just for kicks and giggles, I went out and put ryan bloom apache output filter into google to see if his 2.0 example still exist. The

Re: Apache 2.2 Output Filter simple C example

2007-08-08 Thread Arturo 'Buanzo' Busleiman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Joe Lewis wrote: Just for kicks and giggles, I went out and put ryan bloom apache output Talking about Ryan, where is he? - -- Arturo Buanzo Busleiman - Consultor Independiente en Seguridad Informatica SHOW DE FUTURABANDA - Sabado 18 de Agosto

Re: Apache 2.2 Output Filter simple C example

2007-08-08 Thread Joe Lewis
Arturo 'Buanzo' Busleiman wrote: Joe Lewis wrote: Just for kicks and giggles, I went out and put ryan bloom apache output Talking about Ryan, where is he? Rather inactive when it comes to the ASF. http://rkbloom.net/ :) Joe -- Joseph Lewis http://sharktooth.org/ Divide the fire, and you

Re: CHANGES

2007-08-08 Thread Niklas Edmundsson
On Wed, 8 Aug 2007, Jim Jagielski wrote: I know I've said this before, but having copies of Changes in Apache 2.2.5 under the -trunk CHANGES file, as well as the 2.0.x stuff in both trunk and 2.2 means that we are pretty much assured that they will get out of sync. I'd like to re-propose that

Re: Apache 2.2 Output Filter simple C example

2007-08-08 Thread Arturo 'Buanzo' Busleiman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Joe Lewis wrote: Rather inactive when it comes to the ASF. Ouch :) - -- Arturo Buanzo Busleiman - Consultor Independiente en Seguridad Informatica SHOW DE FUTURABANDA - Sabado 18 de Agosto 2007 (Speed King, Capital Federal) Entradas anticipadas a

Re: Apache 2.2 Output Filter simple C example

2007-08-08 Thread Joe Lewis
Arturo 'Buanzo' Busleiman wrote: Joe Lewis wrote: Rather inactive when it comes to the ASF. Ouch :) Well, he's got family to worry about now. Yes, it's a blow to the ASF, but what he does contribute more than makes up for it. Joe -- Joseph Lewis http://sharktooth.org/ Divide the fire, and

Re: mod_auth_sspi

2007-08-08 Thread Guenter Knauf
Hello Simon, I extend the module mod_auth_sspi to provide some password features (password revoked, Password must change ...). All works fine but i think that the modul has a bug and i don't know how to resolv it. i'm not the absolute programmer but small things are ok for me. :-) I think you

[STATUS] (httpd-2.0) Wed Aug 8 23:47:02 2007

2007-08-08 Thread Rodent of Unusual Size
APACHE 2.0 STATUS: -*-text-*- Last modified at [$Date: 2007-08-07 12:55:37 -0400 (Tue, 07 Aug 2007) $] The current version of this file can be found at: * http://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x/STATUS Documentation status is

[STATUS] (httpd-2.2) Wed Aug 8 23:47:57 2007

2007-08-08 Thread Rodent of Unusual Size
APACHE 2.2 STATUS: -*-text-*- Last modified at [$Date: 2007-08-08 16:37:00 -0400 (Wed, 08 Aug 2007) $] The current version of this file can be found at: * http://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x/STATUS Documentation status is

[STATUS] (httpd-trunk) Wed Aug 8 23:50:41 2007

2007-08-08 Thread Rodent of Unusual Size
APACHE 2.3 STATUS: -*-text-*- Last modified at [$Date: 2006-08-22 16:41:03 -0400 (Tue, 22 Aug 2006) $] The current version of this file can be found at: * http://svn.apache.org/repos/asf/httpd/httpd/trunk/STATUS Documentation status is maintained