Re: Apache 1.3.31 RC Tarballs available

2004-05-10 Thread Geoffrey Young
cross-posting to test-dev@, which is probably where we ought to discuss the gory details... Failed Test Stat Wstat Total Fail Failed List of Failed at this point the test part of the perl-framework is

Re: Apache 1.3.31 RC Tarballs available

2004-05-10 Thread Sander Temme
On May 9, 2004, at 4:18 PM, Geoffrey Young wrote: t/apache/errordoc.t 2 51214 14 100.00% 1-14 I added that test recently and it passes for me on fedora. can you try $ t/TEST t/apache/errordoc.t -v and send that along (along with any relevant error_log messages). that all tests

Re: Apache 1.3.31 RC Tarballs available

2004-05-10 Thread Geoffrey Young
Use of uninitialized value in concatenation (.) or string at /home/sctemme/asf/perl-framework/Apache-Test/lib/Apache/TestRequest.pm The single request for /index.html is the framework's ping to see if the server has started. It is not part of the errordoc tests, which suggests that

RE: [PATCH] Fix SEGV in ssl_scache_shmcb.c

2004-05-10 Thread Mathihalli, Madhusudan
-Original Message- From: Geoff Thorpe [mailto:[EMAIL PROTECTED] [SNIP] Just one :-) I hadn't been particularly clear about something so wires may have got crossed, there is a second patch lurking around and it's purpose is overlapped with the one you posted. The patch you sent

Re: [mp2 patch] getting APR to work w/o modperl

2004-05-10 Thread Randy Kobes
On Sun, 9 May 2004, Stas Bekman wrote: Yes, that sounds like a much better idea. There should be a way to tell the application that certain symbols will be resolved at run-time, and no matter who will provide them (application, another library or else). On AIX the linker is just as picky,

Re: [1.3 PATCH-ette] mod_log_forensic warning

2004-05-10 Thread Ben Laurie
Jeff Trawick wrote: pid_t is long on Solaris +1 Index: src/modules/standard/mod_log_forensic.c === RCS file:

mod_auth_ldap: denying access after a while

2004-05-10 Thread Graham Leggett
Hi all, I've been having some odd behaviour from mod_auth_ldap, wondering if anybody else has come across this. If you configure basic authentication against LDAP, it seems to work fine. You can log in with a correct password, and it lets you in. You can log in with an incorrect password, it

expires in redirects

2004-05-10 Thread Brian Akins
Any reason why expires set by mod_expires are not added to redirected requests? Should I hack up my own expires that does? -- Brian Akins Senior Systems Engineer CNN Internet Technologies

Re: Apache 1.3.31 RC Tarballs available

2004-05-10 Thread Sander Temme
On May 9, 2004, at 4:18 PM, Geoffrey Young wrote: t/apache/errordoc.t 2 51214 14 100.00% 1-14 I added that test recently and it passes for me on fedora. can you try $ t/TEST t/apache/errordoc.t -v and send that along (along with any relevant error_log messages). that all

Re: Apache 1.3.31 RC Tarballs available

2004-05-10 Thread Geoffrey Young
Use of uninitialized value in concatenation (.) or string at /home/sctemme/asf/perl-framework/Apache-Test/lib/Apache/TestRequest.pm The single request for /index.html is the framework's ping to see if the server has started. It is not part of the errordoc tests, which suggests that

Status of 1.3.31...

2004-05-10 Thread Jim Jagielski
Looking for negative (do-not-release) feedback for the 1.3.31 RC tarballs...

Re: Status of 1.3.31...

2004-05-10 Thread Brad Nicholes
No negative feedback. +1 so far on NetWare Brad Brad Nicholes Senior Software Engineer Novell, Inc., the leading provider of Net business solutions http://www.novell.com [EMAIL PROTECTED] Monday, May 10, 2004 11:55:50 AM Looking for negative (do-not-release) feedback for the 1.3.31 RC

[PATCH] Fix SEGV in ssl_scache_shmcb.c

2004-05-10 Thread Mathihalli, Madhusudan
Hello, mod_ssl dumps core when you specify a low cache size (Ex. 1) OR in a manner similar to Bug 27751. In both the cases, the problem arises because of a incorrect/incomplete assumption about the size of the session data in the cache. The session when stored in the cache can be a

Re: [PATCH] Fix SEGV in ssl_scache_shmcb.c

2004-05-10 Thread Geoff Thorpe
Hi all, On May 10, 2004 05:04 pm, Mathihalli, Madhusudan wrote: mod_ssl dumps core when you specify a low cache size (Ex. 1) OR in a manner similar to Bug 27751. In both the cases, the problem arises because of a incorrect/incomplete assumption about the size of the session data in