Headache, Win32 Service Name for Apache 2.2

2007-01-03 Thread William A. Rowe, Jr.
The default service name is Apache2, both in the 2.0 and 2.2 WinNT MPMs. With the installer, I had tweaked (a separate setting) the service name default to be Apache2.2. HOWEVER, when users transition from the .msi installed version to the command line, they are surprised by the fact that Apache2

Re: help with filter example: null_filter...

2007-01-03 Thread Drew Bertola
Thanks Joachim and Nick. I'm finally getting the idea. Nick, it's not obvious where to find the files and tutorials on your site. I tried yesterday, but gave up after a couple minutes, choosing instead to continue w/ some other work. I looked again today and found the buckets tutorial you sugge

Re: help with filter example: null_filter...

2007-01-03 Thread Joachim Zobel
Am Mittwoch, den 03.01.2007, 16:08 -0800 schrieb Drew Bertola: > /* >* let's loop through the buckets passed to us. >*/ > for( e = APR_BRIGADE_FIRST(bb); >e != APR_BRIGADE_SENTINEL(bb); >e = APR_BUCKET_NEXT(e) ) > { for( e = APR_BRIGADE_FIRST(bb); e

[STATUS] (httpd-trunk) Wed Jan 3 23:48:46 2007

2007-01-03 Thread Rodent of Unusual Size
APACHE 2.3 STATUS: -*-text-*- Last modified at [$Date: 2006-08-22 16:41:03 -0400 (Tue, 22 Aug 2006) $] The current version of this file can be found at: * http://svn.apache.org/repos/asf/httpd/httpd/trunk/STATUS Documentation status is maintained se

[STATUS] (httpd-2.0) Wed Jan 3 23:49:17 2007

2007-01-03 Thread Rodent of Unusual Size
APACHE 2.0 STATUS: -*-text-*- Last modified at [$Date: 2007-01-03 18:07:43 -0500 (Wed, 03 Jan 2007) $] The current version of this file can be found at: * http://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x/STATUS Documentation status is main

Re: svn commit: r491729 - /httpd/httpd/trunk/modules/database/mod_dbd.c

2007-01-03 Thread Chris Darroch
Hi -- Joe Orton wrote: >> New Revision: 491729 >> >> URL: http://svn.apache.org/viewvc?view=rev&rev=491729 > Hiya, there were new warnings in the prefork -Werror build this morning: > > mod_dbd.c: In function `ap_dbd_open': > mod_dbd.c:562: warning: dereferencing type-punned pointer will break

Re: svn commit: r492338 - /httpd/httpd/branches/2.2.x/STATUS

2007-01-03 Thread William A. Rowe, Jr.
If anyone has a couple cycles to review this, I'd like to tar up 2.2.4 later on tonight. Since this was a nasty fault when it occurred (PR 40470) I still consider it necessary before 2.2 gets bumped. Does anyone have other backports to point out that are showstopper quality, before I T&R? Bill

buildconf specifies AC_PREREQ(2.13) but uses AC_MSG_NOTICE

2007-01-03 Thread Tim Olsen
Hello, I'm not very familiar with autoconf so forgive me if I'm wrong, but it looks like AC_MSG_NOTICE is not in autoconf 2.13 but it is being used by buildconf which specifies an AC_PREREQ(2.13) This results in an undefined macro error which buildconf ignores. $ autoconf2.13 autoconf: Undefine

Re: svn commit: r491729 - /httpd/httpd/trunk/modules/database/mod_dbd.c

2007-01-03 Thread Joe Orton
On Tue, Jan 02, 2007 at 01:19:22AM -, [EMAIL PROTECTED] wrote: > Author: chrisd > Date: Mon Jan 1 17:19:21 2007 > New Revision: 491729 > > URL: http://svn.apache.org/viewvc?view=rev&rev=491729 > Log: > Rename functions and variables for consistency, and move some functions > around for readab