Re: svn commit: r374908 - /httpd/httpd/branches/2.2.x/STATUS

2006-02-06 Thread William A. Rowe, Jr.
Ping jorton, you -0'ed the proposed patch below, with a suggested improvement. I have not seen your comments yet on the adjustment to address your concern, which I committed a week or two ago. What's your current vote? Opinions from anyone else? Bill --- httpd/httpd/branches/2.2.x/STATUS (o

Re: svn commit: r374821 - in /httpd/httpd/trunk: CHANGES buildconf server/Makefile.in

2006-02-06 Thread William A. Rowe, Jr.
Joe Orton wrote: On Sat, Feb 04, 2006 at 02:41:06AM -, William Rowe wrote: Author: wrowe Date: Fri Feb 3 18:41:02 2006 New Revision: 374821 URL: http://svn.apache.org/viewcvs?rev=374821&view=rev Log: Solaris build proposal; don't fail on missing .h files within a VPATH build, and don't

Re: mod_python 3.2.7 available for testing

2006-02-06 Thread Ron Reisor
+1 MacOSX 10.4.4 PPC, Apache-2.0.55-prefork, Python-2.4.2 +1 Solaris 10 Sparc, Apache-2.0.55-prefork, Python-2.4.2 cheers, Ron Ron Reisor <[EMAIL PROTECTED]> (RWR3) University of Delaware Information Technologies/Network and Systems Services Computing Center/192 South Chapel Street/Newark DE,

Re: RFC: 2.2 vs third-party 2.0 auth modules

2006-02-06 Thread Brad Nicholes
>>> On 2/6/2006 at 8:26:07 am, in message <[EMAIL PROTECTED]>, [EMAIL PROTECTED] wrote: > Whilst 2.2 is, as advertised, source-compatible with 2.0 auth modules, > the current implementation requires that any auth configuration using > such modules is changed to add "AuthBasicAuthoritative off" ot

Re: mod_ssl 5s delay

2006-02-06 Thread Oden Eriksson
söndagen den 5 februari 2006 17.30 skrev Oden Eriksson: > Hello. > > For some reason I get a 5 seconds delay for each ssl access, I get it with > 2.2.0 and 2.2.x head. I just can't figure out what is wrong. It worked fine > with 2.0.x. This was because of a RTLD_DEEPBIND patch added from the fedor

RFC: 2.2 vs third-party 2.0 auth modules

2006-02-06 Thread Joe Orton
Whilst 2.2 is, as advertised, source-compatible with 2.0 auth modules, the current implementation requires that any auth configuration using such modules is changed to add "AuthBasicAuthoritative off" otherwise mod_auth_basic will see "no provider configured -> use default file provider -> fail

RE: mod_ssl 5s delay

2006-02-06 Thread Boyle Owen
> -Original Message- > From: Joe Orton [mailto:[EMAIL PROTECTED] > Sent: Montag, 6. Februar 2006 11:35 > To: Oden Eriksson > Cc: dev@httpd.apache.org > Subject: Re: mod_ssl 5s delay > > On Sun, Feb 05, 2006 at 05:30:17PM +0100, Oden Eriksson wrote: > > For some reason I get a 5 seconds de

AW: mod_proxy buffering small chunks

2006-02-06 Thread Plüm , Rüdiger , VIS
> -Ursprüngliche Nachricht- > Von: Alan Gutierrez > > The proposed solution is to poll for chunks using > non-blocking I/O. When the socket returns EAGAIN, the 8K > buffer is flushed, and the socket is read with blocking I/O. Thats the way the code is already designed in 2.2.x. > >

mod_proxy buffering small chunks

2006-02-06 Thread Alan Gutierrez
I'd like to use mod_proxy to proxy a stock ticker that sends stock quotes using Transfer-Enconding: chunked. The chunks are much smaller than 8k. mod_proxy buffers the results of the stock ticker until the buffer recieved 8k. This delay defeats the desired push effect of the ticker. There is a b

Re: mod_ssl 5s delay

2006-02-06 Thread Joe Orton
On Sun, Feb 05, 2006 at 05:30:17PM +0100, Oden Eriksson wrote: > For some reason I get a 5 seconds delay for each ssl access, I get it with > 2.2.0 and 2.2.x head. I just can't figure out what is wrong. It worked fine > with 2.0.x. Check your SSLRandomSeed settings? strace -t a child to see whe

Re: svn commit: r374821 - in /httpd/httpd/trunk: CHANGES buildconf server/Makefile.in

2006-02-06 Thread Joe Orton
On Sat, Feb 04, 2006 at 02:41:06AM -, William Rowe wrote: > Author: wrowe > Date: Fri Feb 3 18:41:02 2006 > New Revision: 374821 > > URL: http://svn.apache.org/viewcvs?rev=374821&view=rev > Log: > Solaris build proposal; don't fail on missing .h files within > a VPATH build, and don't tes