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
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
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
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
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
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
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
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
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