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

2001-09-21 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

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 have fixed the

[BUG] mod_ssl

2001-09-21 Thread Sander Striker
Hi, Sorry to bring this up, but I tripped over a segfault in mod_ssl while trying to add client authentication to subversion. I can't reproduce this with openssl s_client, which makes the issue harder. There probably is a bug somewhere in svn or neon (or my usage of that), but that doesn't

RE: [BUG] mod_ssl

2001-09-21 Thread MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1)
] Subject: Re: [BUG] mod_ssl From: Sander Striker [EMAIL PROTECTED] Sent: Friday, September 21, 2001 4:45 AM Sorry to bring this up, but I tripped over a segfault in mod_ssl while trying to add client authentication to subversion. I can't reproduce this with openssl s_client, which makes

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

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 VirtualHost _default_:8999 Location /manual #this can be any module with per-directory create+merge functions RequestHeader add Foo bar /Location /VirtualHost Location

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