Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 53572 invoked from network); 19 Jan 2009 23:38:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Jan 2009 23:38:34 -0000 Received: (qmail 22295 invoked by uid 500); 19 Jan 2009 23:38:27 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 22275 invoked by uid 500); 19 Jan 2009 23:38:27 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 22266 invoked by uid 99); 19 Jan 2009 23:38:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jan 2009 15:38:27 -0800 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [195.227.30.149] (HELO mailserver.kippdata.de) (195.227.30.149) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Jan 2009 23:38:21 +0000 Received: from [10.10.213.155] ([10.10.213.155]) by mailserver.kippdata.de (8.13.5/8.13.5) with ESMTP id n0JNbxYk009338 for ; Tue, 20 Jan 2009 00:37:59 +0100 (CET) Message-ID: <49750EA3.1030908@kippdata.de> Date: Tue, 20 Jan 2009 00:37:07 +0100 From: Rainer Jung User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1b3pre) Gecko/20081204 Thunderbird/3.0b1 MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: svn commit: r735093 - /httpd/httpd/trunk/server/mpm/winnt/child.c References: <20090116193043.4DDB723888A0@eris.apache.org> <497373BF.6030004@kippdata.de> <4974B955.70601@rowe-clan.net> <4974CAF4.80408@kippdata.de> In-Reply-To: <4974CAF4.80408@kippdata.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 19.01.2009 19:48, Rainer Jung wrote: > On 19.01.2009 18:33, William A. Rowe, Jr. wrote: >> Curiosity, XP SP? -- and did you tweak apr.h(w) to enable IPV6? Tested again with APR_HAVE_IPV6 set to 1. Build succeeds, httpd starts, but http requests do not get any answer. There is no restart loop as without IPV6 and also error log has a different content: [Tue Jan 20 00:29:54 2009] [notice] Parent: Child process exited successfully. [Tue Jan 20 00:30:27 2009] [notice] Apache/2.3.2-dev (Win32) configured -- resuming normal operations [Tue Jan 20 00:30:27 2009] [notice] Server built: Jan 20 2009 00:18:04 [Tue Jan 20 00:30:27 2009] [notice] Parent: Created child process 5404 [Tue Jan 20 00:30:27 2009] [notice] Child 5404: Child process is running [Tue Jan 20 00:30:27 2009] [notice] Child 5404: Acquired the start mutex. [Tue Jan 20 00:30:27 2009] [notice] Child 5404: Starting 64 worker threads. [Tue Jan 20 00:30:27 2009] [error] (OS 10038)Ein Vorgang bezog sich auf ein Objekt, das kein Socket ist. : winnt_accept: getsockname error on listening socket, is IPv6 available? But unfortunately we still see the 10038 error. I tried with "Listen 8000", "Listen localhost:8000" and "Listen A.B.C.D:8000". Regards, Rainer