RE: Optimizing dir_merge() AND RE: [BUG] mod_ssl broken

2001-09-21 Thread Sander Striker
> From: William A. Rowe, Jr. [mailto:[EMAIL PROTECTED]] > Sent: 21 September 2001 08:38 > From: "Sander Striker" <[EMAIL PROTECTED]> > Sent: Thursday, September 13, 2001 7:30 AM > > > > Ok, now I have a repro recipe that doesn't require > > mod_dav and mod_dav_svn. > > The last commit should ha

Re: Optimizing dir_merge() AND RE: [BUG] mod_ssl broken

2001-09-20 Thread William A. Rowe, Jr.
From: "Sander Striker" <[EMAIL PROTECTED]> Sent: Thursday, September 13, 2001 7:30 AM > Ok, now I have a repro recipe that doesn't require > mod_dav and mod_dav_svn. The last commit should have fixed the problem (and does with your mod_ssl example.) Could you go back and check mod_dav with mod

Re: Optimizing dir_merge() AND RE: [BUG] mod_ssl broken

2001-09-20 Thread William A. Rowe, Jr.
From: "Sander Striker" <[EMAIL PROTECTED]> Sent: Thursday, September 13, 2001 7:30 AM > Ok, now I have a repro recipe that doesn't require > mod_dav and mod_dav_svn. Well, I took the easy way out, tried Doug's (using VirtualHost *) and failed. Probably would have worked if I tried his _exact_

RE: Optimizing dir_merge() AND RE: [BUG] mod_ssl broken

2001-09-13 Thread Doug MacEachern
On Thu, 13 Sep 2001, Sander Striker wrote: can also reproduce with less in the mix: Listen 8999 #this can be any module with per-directory create+merge functions RequestHeader add Foo bar Order deny,allow Deny from all Allow from 127.0.0.1 0x40246225 i

RE: Optimizing dir_merge() AND RE: [BUG] mod_ssl broken

2001-09-13 Thread Sander Striker
Ok, now I have a repro recipe that doesn't require mod_dav and mod_dav_svn. Try this in httpd.conf: SSLEngine on SSLCACertificatePath /var/openssl/ca/private SSLCACertificateFile /var/openssl/ca/private/ca.cert SSLCertificateFile /var/openssl/ca/certs/striker.xs4all.nl.cert

RE: Optimizing dir_merge() AND RE: [BUG] mod_ssl broken

2001-09-13 Thread Sander Striker
Hi, I can reproduce the problem easily now with openssl s_client. If anyone is interested to hunt this bug down (I am personally not familiar enough with the location_walk code to find it (without spending more time on it than I have at the moment)), I can give an account on my box to observe th

RE: Optimizing dir_merge() AND RE: [BUG] mod_ssl broken

2001-09-11 Thread Sander Striker
> From: William A. Rowe, Jr. [mailto:[EMAIL PROTECTED]] > My location_walk optimization (which suffers a potential bug, per > our svn friends) takes an entirely different tact, which renders > that whole idea DOA. Ok, to rule out the possibility it is in the optimization code I reverted to reque

Re: Optimizing dir_merge()

2001-09-10 Thread William A. Rowe, Jr.
From: "dean gaudet" <[EMAIL PROTECTED]> Sent: Monday, September 10, 2001 10:39 PM > On Wed, 15 Aug 2001, Brian Pane wrote: > > > William A. Rowe, Jr. wrote: > > > > >Here's my take on the dir_merge patch I offered up. Please review for sanity. > > > > There's one point at the end where I disag

Re: Optimizing dir_merge()

2001-09-10 Thread dean gaudet
On Wed, 15 Aug 2001, William A. Rowe, Jr. wrote: > . If the pool argument passed in merge_dir_configs doesn't match the base config, > it's out of scope! You must copy when the pool argument differs from the base! > > . Likewise, if you are changing parts of the add config, and the add c

Re: Optimizing dir_merge()

2001-09-10 Thread dean gaudet
On Wed, 15 Aug 2001, Brian Pane wrote: > William A. Rowe, Jr. wrote: > > >Here's my take on the dir_merge patch I offered up. Please review for sanity. > > > Thanks! This looks clear and complete to me. > > There's one point at the end where I disagree, though it may be due to > a bad assumptio