mod_cache summary and plan

2006-10-28 Thread Davi Arnaut
Hi, It's quite clear that without some agreement we won't be able to actually fix mod_cache shortcomings. The idea now is to gather our efforts to get consensus on the proposed fixes and commit then one by one. The current high priority issues can be summarized as: * Buffering . Problem: For a

[Fwd: Re: svn commit: r466865 - in /httpd/httpd/trunk: CHANGES docs/manual/mod/mod_authn_dbd.xml modules/aaa/mod_auth.h modules/aaa/mod_authn_dbd.c modules/aaa/mod_authnz_ldap.c]

2006-10-28 Thread Ruediger Pluem
On 10/22/2006 09:11 PM, wrote: > Author: minfrin > Date: Sun Oct 22 12:11:51 2006 > New Revision: 466865 > > URL: http://svn.apache.org/viewvc?view=rev&rev=466865 > Log: > mod_authn_dbd: Export any additional columns queried in the SQL select > into the environment with the name AUTHENTICATE_. Th

[Fwd: Re: svn commit: r467655 - in /httpd/httpd/trunk: CHANGES docs/manual/mod/mod_cache.xml modules/cache/mod_cache.c modules/cache/mod_cache.h]

2006-10-28 Thread Ruediger Pluem
On 10/27/2006 09:41 PM, William A. Rowe, Jr. wrote: > Graham Leggett wrote: > >>I see lots of comments on the code, but the comments are summarised as >>"the cache is fine as it is". It isn't. If it was fine, key users of >>network caching wouldn't be standing up saying they're using something >>

[Fwd: Re: Apache 2.2.3 mod_proxy issue]

2006-10-28 Thread Ruediger Pluem
On 10/27/2006 06:20 PM, Jess Holle wrote: > > On the other hand, if I use: > >ProxyPass /jsp-examples ajp://localhost:8010/jsp-examples > > This works fine! > > I assume I should file a bug against mod_proxy -- or is this a known issue? At least it is known to me :-). See http://iss

[Fwd: Re: Input Filter reading Body]

2006-10-28 Thread Ruediger Pluem
On 10/20/2006 05:03 PM, Christian Verdelli wrote: > > static int redirect_wmlInFilter (ap_filter_t* f, apr_bucket_brigade* > brigade, > ap_input_mode_t mode, apr_read_type_e block, apr_off_t readbytes) { > > apr_bucket* bucket ; > apr_status_t ret ; > > if ( ret = ap_get_brigade(f->next, briga

[Fwd: Re: apr_brigade_create() produces a corrupt brigade]

2006-10-28 Thread Ruediger Pluem
On 10/26/2006 09:48 PM, Graham Leggett wrote: > Hi all, > > I have spent a few hours trying to get to the bottom of this, and and > truly stuck. > > When creating a new brigade inside a filter, I do this: > > r = f->r; > dobj->tmpbb = apr_brigade_create(r->pool, r->connection->bucket_alloc); >

[Fwd: [Fwd: Re: apr_brigade_create() produces a corrupt brigade]]

2006-10-28 Thread Ruediger Pluem
Oops, wrong list. Original Message Subject: [Fwd: Re: apr_brigade_create() produces a corrupt brigade] Date: Sat, 28 Oct 2006 12:02:57 +0200 From: Ruediger Pluem <[EMAIL PROTECTED]> To: dev@httpd.apache.org On 10/26/2006 09:48 PM, Graham Leggett wrote: > Hi all, > > I have spe

Re: [Fwd: Re: Apache 2.2.3 mod_proxy issue]

2006-10-28 Thread Jim Jagielski
Ruediger Pluem wrote: > > > On 10/27/2006 06:20 PM, Jess Holle wrote: > > > > > On the other hand, if I use: > > > >ProxyPass /jsp-examples ajp://localhost:8010/jsp-examples > > > > This works fine! > > > > I assume I should file a bug against mod_proxy -- or is this a known issue? >

Re: mod_deflate ignores Content-Encoding header

2006-10-28 Thread Nick Kew
On Thu, 2006-10-26 at 17:38 +0200, Sven Köhler wrote: > Hi, > > imagine a simple CGI-script: > > > #!/usr/bin/perl > print "Content-Encoding: identity\n"; > print "Content-Type: text/plain\n"; > print "\n"; > print "test"; > > > AFAIK, "identity" indicates, that no transformation is being done

Re: svn commit: r467655 - in /httpd/httpd/trunk: CHANGES docs/manual/mod/mod_cache.xml modules/cache/mod_cache.c modules/cache/mod_cache.h

2006-10-28 Thread Eli Marmor
Graham Leggett wrote: > We have significant contributions from two people - Davi Arnaut and Niklas > Edmundsson, and I've been integrating the issues fixed by both these > contributions into a coherent workable whole, so that the effort spent by > these people isn't wasted. Both of their efforts h

Re: mod_disk_cache summarization

2006-10-28 Thread Niklas Edmundsson
On Fri, 27 Oct 2006, Graham Leggett wrote: Niklas Edmundsson wrote: Different VHosts meaning different URLs/directories, pointing to the same files... Hmm... Two thoughts come into my head over this one. One way to approach this is to treat this as a general problem of how do we stop peopl

Re: apr_dbd_mysql for apache2.2

2006-10-28 Thread Philip M. Gollucci
Yes, I've had good look with svn branches/1.2.x ./configure --prefix=$prefix_apr ./configure \ --prefix=$prefix_apu \ --with-apr=$prefix_apr \ --with-mysql=$INST/mysql/$mysql_ver -- Philip M. Gollucci ([EMAIL