Re: cvs commit: httpd-test/flood config.h.in flood_round_robin.c

2003-09-08 Thread Cliff Woolley
On Sun, 7 Sep 2003 [EMAIL PROTECTED] wrote: +if (apr_procattr_create(procattr, rp-pool) != APR_SUCCESS) { +apr_file_printf(local_stderr, +apr_procattr_create failed for '%s'\n, +

flood 1.1 TR

2003-09-08 Thread Jacek Prucia
I think we're *really* ready to release flood 1.1. I would like to tag the tree in a day or two. We don't have that many commits daily, so I think we can simply test HEAD, without any temporary candidate tag (like those on httpd repo). I would also like to be RM for this release, unless there's

RE: cvs commit: httpd-test/flood config.h.in flood_round_robin.c

2003-09-08 Thread Sander Striker
From: Jacek Prucia [mailto:[EMAIL PROTECTED] Sent: Monday, September 08, 2003 2:41 AM On Sun, 7 Sep 2003 20:06:09 -0400 (EDT) Cliff Woolley [EMAIL PROTECTED] wrote: On Sun, 7 Sep 2003 [EMAIL PROTECTED] wrote: +if (apr_procattr_create(procattr, rp-pool) != APR_SUCCESS) {

RE: cvs commit: httpd-test/flood config.h.in flood_round_robin.c

2003-09-08 Thread Cliff Woolley
is a safe bet. If this looks really obscure considering APR concepts, then please feel free to commit a fix. Fix commited. Please test, since I didn't. :) PS: I also fixed a buglet or two. --Cliff

Re: cvs commit: httpd-test/flood config.h.in flood_round_robin.c

2003-09-08 Thread Jacek Prucia
On Sun, 7 Sep 2003 22:22:44 -0400 (EDT) Cliff Woolley [EMAIL PROTECTED] wrote: is a safe bet. If this looks really obscure considering APR concepts, then please feel free to commit a fix. Fix commited. Thanks for the fix! Please test, since I didn't. :) Fix seems to be OK and error

Re: flood 1.1 TR

2003-09-08 Thread Jacek Prucia
On Mon, 08 Sep 2003 00:15:27 -0700 Justin Erenkrantz [EMAIL PROTECTED] wrote: [...] My only concern is that we make sure flood 1.1 compiles against APR 1.0 (which should have a 1.0 RC out this week). Try checking out the HEAD of apr and apr-util and ensuring that flood still compiles. All

RE: flood 1.1 TR

2003-09-08 Thread Sander Striker
From: Jacek Prucia [mailto:[EMAIL PROTECTED] Sent: Monday, September 08, 2003 3:28 PM Yes. This is my current release plan (please yell if it violates something): 1. tag repo with FLOOD_1_1_RC (probably later this day), 2. prepare RC tarball and announce availability here, 3. test and

example configs

2003-09-08 Thread Jacek Prucia
I have found few minor issues in current example config files. 1. round-robin-ssl.xml We have only one url working -- modssl.org SSL connection test is working again (although HTML is broken). The other URL is dead for a lng time, so we might consider removing it at all. I've found another

Patch to Apache::TestConfig for Mandrake

2003-09-08 Thread Michael A Nachbaur
I've created the following patch to help TestConfig.pm find the proper mod_perl httpd on Mandrake machines. Mandrake installs both a /usr/sbin/httpd and /usr/sbin/httpd-perl, and includes configuration for mod_perl acceleration with a standard (e.g. non-mod_perl) httpd in front of it.

Re: Patch to Apache::TestConfig for Mandrake

2003-09-08 Thread Michael A Nachbaur
Just after I sent the message, I saw the bug. Just change: $vars-{httpd} = $httpd . -perl to say instead: $httpd = $httpd . -perl On Monday 08 September 2003 02:53 pm, Michael A Nachbaur wrote: I've created the following patch to help TestConfig.pm find the proper mod_perl httpd on