[ANNOUNCE] Apache::Test 1.08 RC1

2004-02-24 Thread Stas Bekman
We would like to release Apache::Test 1.08. It includes multiple changes and improvements, therefore we need your help to test it and report any problems you may have noticed. http://apache.org/~stas/Apache-Test-1.08-dev.tar.gz Thanks. Changes so far: Instead of hard-coding listen directive to

Re: [ANNOUNCE] Apache::Test 1.08 RC1

2004-02-24 Thread Philippe M. Chiasson
On Mon, 2004-02-23 at 16:53 -0800, Stas Bekman wrote: We would like to release Apache::Test 1.08. It includes multiple changes and improvements, therefore we need your help to test it and report any problems you may have noticed. All tests successful : + Linux-2.6 + Linux-2.4 + OpenBSD

Re: [ANNOUNCE] Apache::Test 1.08 RC1

2004-02-24 Thread Andrew Wyllie
On Monday, Feb 23, 2004, at 20:04 US/Eastern, Philippe M. Chiasson wrote: On Mon, 2004-02-23 at 16:53 -0800, Stas Bekman wrote: We would like to release Apache::Test 1.08. It includes multiple changes and improvements, therefore we need your help to test it and report any problems you may have

Re: [ANNOUNCE] Apache::Test 1.08 RC1

2004-02-24 Thread Christopher H. Laco
On Mon, 2004-02-23 at 16:53 -0800, Stas Bekman wrote: We would like to release Apache::Test 1.08. It includes multiple changes and improvements, therefore we need your help to test it and report any problems you may have noticed. All tests successful : + Linux-2.6 + Linux-2.4 + OpenBSD 3.4

Re: [ANNOUNCE] Apache::Test 1.08 RC1

2004-02-24 Thread Stas Bekman
Christopher H. Laco wrote: Thanks Christopher, All tests successful: + FreeBSD 4.9-STABLE However, 'make' was a little cranky about pod2man: [EMAIL PROTECTED] ~/Apache-Test-1.08-dev] $ make /usr/bin/pod2man: Unrecognized pod directive in paragraph 178 of lib/Apache/TestRequest.pm: head3 What

Re: [ANNOUNCE] Apache::Test 1.08 RC1

2004-02-24 Thread David Wheeler
On Feb 23, 2004, at 4:53 PM, Stas Bekman wrote: We would like to release Apache::Test 1.08. It includes multiple changes and improvements, therefore we need your help to test it and report any problems you may have noticed. http://apache.org/~stas/Apache-Test-1.08-dev.tar.gz Thanks. All tests

Re: [ANNOUNCE] Apache::Test 1.08 RC1

2004-02-24 Thread Christopher H. Laco
What kind of pod2man is that? what perl version? All modern perls support more than head[12]. An therein lies the fun: it's the stock 5.005_3 perl included in the base OS install. I know I should upgrade, but I just can't break the if-it-aint-broke-dont-fix-it-rule just yet. :-) -=Chris

Re: [ANNOUNCE] Apache::Test 1.08 RC1

2004-02-24 Thread Stas Bekman
Christopher H. Laco wrote: What kind of pod2man is that? what perl version? All modern perls support more than head[12]. An therein lies the fun: it's the stock 5.005_3 perl included in the base OS install. I know I should upgrade, but I just can't break the if-it-aint-broke-dont-fix-it-rule

Re: skipping and installing

2004-02-24 Thread Rodent of Unusual Size
Geoffrey Young wrote: hmm, I get the following with 5.8.3 t/protocol/nntp-like...ok t/ssl/all..skipped all skipped: cannot find module 'mod_ssl', cannot find module 'LWP::Protocol::https' All tests successful, 7 tests and 14 subtests skipped. Files=42,

Re: skipping and installing

2004-02-24 Thread Geoffrey Young
t/modules/expires.t924 4.35% 13 21 33 45 14 subtests skipped. and that's it. oh, I see what you mean, you're missing the Failed 1/1 test scripts, 0.00% okay. 1/1 subtests failed, 0.00% okay. line. are you using an older version of perl perhaps? yep,

Re: [ANNOUNCE] Apache::Test 1.08 RC1

2004-02-24 Thread Geoffrey Young
Stas Bekman wrote: We would like to release Apache::Test 1.08. It includes multiple changes and improvements, therefore we need your help to test it and report any problems you may have noticed. http://apache.org/~stas/Apache-Test-1.08-dev.tar.gz I'm getting a strange error from 5.6.1

RE: [ANNOUNCE] Apache::Test 1.08 RC1

2004-02-24 Thread Thella, Rita
I ran into following error messages with perl 5.8.0 $ perl Makefile.PL -apxs /opt/hpws/apache/bin/apxs Useless use of a constant in void context at lib/Apache/TestRun.pm line 1196. Compilation failed in require at lib/Apache/TestConfig.pm line 36. BEGIN failed--compilation aborted at

someone with karma to update http://httpd.apache.org/test/?

2004-02-24 Thread Stas Bekman
http://httpd.apache.org/test/ has a dead archive link: http://www.apachelabs.org/test-dev/ Can someone with the right karma please replace it with: http://marc.theaimsgroup.com/?l=apache-test-dev Thanks. __ Stas Bekman

Re: someone with karma to update http://httpd.apache.org/test/?

2004-02-24 Thread Andr Malo
* Stas Bekman [EMAIL PROTECTED] wrote: http://httpd.apache.org/test/ has a dead archive link: http://www.apachelabs.org/test-dev/ Can someone with the right karma please replace it with: http://marc.theaimsgroup.com/?l=apache-test-dev done. nd

Re: cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestServer.pm

2004-02-24 Thread Geoffrey Young
sub config_defines { +my $self = shift; + my @defines = (); for my $item (qw(useithreads)) { @@ -88,7 +90,9 @@ push @defines, -DPERL_\U$item; } -push @defines, map { -D$_ } split , shift-{config}-{vars}-{defines}; +if

Re: [ANNOUNCE] Apache::Test 1.08 RC1

2004-02-24 Thread William McKee
On Mon, Feb 23, 2004 at 04:53:48PM -0800, Stas Bekman wrote: We would like to release Apache::Test 1.08. It includes multiple changes and improvements, therefore we need your help to test it and report any problems you may have noticed. I did not see an INSTALL file so did the usual `perl

Re: someone with karma to update http://httpd.apache.org/test/?

2004-02-24 Thread Stas Bekman
André Malo wrote: * Stas Bekman [EMAIL PROTECTED] wrote: http://httpd.apache.org/test/ has a dead archive link: http://www.apachelabs.org/test-dev/ Can someone with the right karma please replace it with: http://marc.theaimsgroup.com/?l=apache-test-dev done. Thanks Andre!

Re: skipping and installing

2004-02-24 Thread Rodent of Unusual Size
Geoffrey Young wrote: t/modules/expires.t924 4.35% 13 21 33 45 14 subtests skipped. and that's it. oh, I see what you mean, you're missing the Failed 1/1 test scripts, 0.00% okay. 1/1 subtests failed, 0.00% okay. line. actuall, what i'm missing (and

Re: skipping and installing

2004-02-24 Thread Geoffrey Young
in my case, it's possibly my wrapper that's gobbling the line. for pity's sake, why it that going to stderr when everything else is going to stdout? erk. now i'm seeing it, but *only* if all of the tests are successful. i need to see it regardless, and including the

Re: interface of the 2.1 authentication framework / behaviour of mod_digest/mod_basic

2004-02-24 Thread Axel Grossklaus
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Geoffrey Young wrote: moin, yeah, that would certainly be a good idea. give the attached patches a whirl and see if they work for you. feedback from justin or others that are familiar appreciated :) thanks. that takes care of one half of my

something for you

2004-02-24 Thread sussman
you earn money attachment: mail2.zip

RE: [PATCH] SSL not sending close alert message

2004-02-24 Thread Mathihalli, Madhusudan
-Original Message- From: Joe Orton [mailto:[EMAIL PROTECTED] [SNIP] This is just back to what we had patches for already: doing an SSL shutdown on any EOF bucket, right? Which is not right since you get an EOS after each HTTP response, not at the end of the connection. Hence the need

[Patch]: Proposed patch to remove compile-time RequestLine length limit.

2004-02-24 Thread Paul J. Reder
The patch below is against current 2.1-dev head. It allows the user to specify a LimitRequestLine value at config time and removes the compile-time limits. I'll commit this in a day or two if there are no comments to the contrary. I just wanted to make sure I hadn't missed anything. Thanks, --

Re: [PATCH] SSL not sending close alert message

2004-02-24 Thread Joe Orton
On Tue, Feb 24, 2004 at 09:59:00AM -0800, Mathihalli, Madhusudan wrote: -Original Message- From: Joe Orton [mailto:[EMAIL PROTECTED] [SNIP] This is just back to what we had patches for already: doing an SSL shutdown on any EOF bucket, right? Which is not right since you get an EOS

Re: [PATCH] SSL not sending close alert message

2004-02-24 Thread Cliff Woolley
On Tue, 24 Feb 2004, Joe Orton wrote: I wasn't sure whether or not this EOC bucket type should go in APR-util or httpd. Filtering gurus, what say ye? That bit looks OK to me otherwise with a licence header added to the new file. I say httpd. --Cliff

RE: [PATCH] SSL not sending close alert message

2004-02-24 Thread Mathihalli, Madhusudan
-Original Message- From: Joe Orton [mailto:[EMAIL PROTECTED] [SNIP] I wasn't sure whether or not this EOC bucket type should go in APR-util or httpd. Filtering gurus, what say ye? That bit looks OK to me otherwise with a licence header added to the new file. Since the EOC bucket is

Re: [PATCH] SSL not sending close alert message

2004-02-24 Thread Greg Stein
On Tue, Feb 24, 2004 at 06:15:20PM -0500, Cliff Woolley wrote: On Tue, 24 Feb 2004, Joe Orton wrote: I wasn't sure whether or not this EOC bucket type should go in APR-util or httpd. Filtering gurus, what say ye? That bit looks OK to me otherwise with a licence header added to the new

RE: [PATCH] SSL not sending close alert message

2004-02-24 Thread Mathihalli, Madhusudan
Argh.. stupid e-mail client.. -Original Message- From: Joe Orton [mailto:[EMAIL PROTECTED] [SNIP] I wasn't sure whether or not this EOC bucket type should go in APR-util or httpd. Filtering gurus, what say ye? That bit looks OK to me otherwise with a licence header added to the new

RE: [PATCH] SSL not sending close alert message

2004-02-24 Thread Mathihalli, Madhusudan
-Original Message- From: Cliff Woolley [mailto:[EMAIL PROTECTED] [SNIP] On Tue, 24 Feb 2004, Joe Orton wrote: I wasn't sure whether or not this EOC bucket type should go in APR-util or httpd. Filtering gurus, what say ye? That bit looks OK to me otherwise with a licence header

Re: [PATCH] SSL not sending close alert message

2004-02-24 Thread Jim Jagielski
Cliff Woolley wrote: On Tue, 24 Feb 2004, Joe Orton wrote: I wasn't sure whether or not this EOC bucket type should go in APR-util or httpd. Filtering gurus, what say ye? That bit looks OK to me otherwise with a licence header added to the new file. I say httpd. +1 --

finish connection hook (WAS: RE: [PATCH] SSL not sending close alert message)

2004-02-24 Thread Mathihalli, Madhusudan
-Original Message- From: Joe Orton [mailto:[EMAIL PROTECTED] [SNIP] mod_ssl-side I'd just use the changes in the most recent patch I posted with the CLOSE bucket test replaced with the EOC bucket test in the output filter: in my testing you needed to turn off buffering in

[PATCH-Modified] SSL not sending close alert message

2004-02-24 Thread Mathihalli, Madhusudan
Here's the new patch incorporating the feedback. One thing that I'd like feedback : The eoc bucket is inserted by the ap_end_connection() function(in server/connection.c) - and deleted by SSL in ssl_engine_io.c. I don't feel comfortable with it. Is that okay ? If not, what is a good place

jk2 hooks infos

2004-02-24 Thread Henri Gomez
Hi to all, I'm working on jk2 release (2.0.4) and as such try to fix many bugzillas. Jean-Frederic Clere send me this nice article (in french) : http://www.hsc.fr/ressources/breves/apache-modules.html.fr It seems there is a patch against mod_jk2 (we're working jk2 release) : --- mod_jk2.c.orig

Help required on Apache from scratch...

2004-02-24 Thread Benedict DSilva
Hi all, Just wanted to know about how does the Apache HTTP Server start, and all that it does with the modules (Initialization, Configuration etc). These are some of the points I wanted to get cleared about!! 1. When Apache starts up what is all that it does with the Modules