Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 99613 invoked from network); 7 Apr 2006 10:14:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Apr 2006 10:14:06 -0000 Received: (qmail 39949 invoked by uid 500); 7 Apr 2006 10:14:03 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 39455 invoked by uid 500); 7 Apr 2006 10:14:00 -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 39438 invoked by uid 99); 7 Apr 2006 10:14:00 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Apr 2006 03:14:00 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of info@apachelounge.com designates 213.46.243.15 as permitted sender) Received: from [213.46.243.15] (HELO amsfep12-int.chello.nl) (213.46.243.15) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Apr 2006 03:13:58 -0700 Received: from land10web.com ([62.194.40.138]) by amsfep12-int.chello.nl (InterMail vM.6.01.04.04 201-2131-118-104-20050224) with ESMTP id <20060407101335.DTUO7432.amsfep12-int.chello.nl@land10web.com> for ; Fri, 7 Apr 2006 12:13:35 +0200 Received: from mother (unverified [62.194.40.138]) by mail.land10web.com (Land10 mail) with ESMTP id 307 for ; Fri, 07 Apr 2006 12:13:35 +0200 Message-ID: <001601c65a2b$ee12a250$8a28c23e@mother> From: "Steffen" To: References: <43e40e000604070154h6a126604q6d8d575560f0cbb8@mail.gmail.com> <4436370A.4010202@rowe-clan.net> Subject: Re: [VOTE] Release 2.2.1 as GA Date: Fri, 7 Apr 2006 12:13:31 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="UTF-8"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N So far I have two reports that mod_ssl is given issues. Strange, I tried it on three XP boxes and all is fine. The report is: error c0000005 at 6FD0F220 (mod_ssl). c0000005 is 'access violation'. Using FileMon, this appears to get triggered when trying to read in a server certificate. I removed the SSL portion of one virtual host and it then errored in trying to read the certificate for the first virtual host. Removing both SSL virtualhost portions allows the server to run fine. The configuration was copied in whole from a working 2.2.0 install Steffen ----- Original Message ----- From: "William A. Rowe, Jr." To: Sent: Friday, April 07, 2006 11:55 Subject: Re: [VOTE] Release 2.2.1 as GA > Jorge Schrauwen wrote: >> >> Compiler: Visual Studio .net 2005 Pro (out of box, no aditianal SDK's) > > FWIW, I'm focused on the Win64 fixes on trunk, backporting compatible > changes to 2.2, and ignoring 2.0 for Win64. > > Of course you don't need any SDK's - they are included. For VS 6.0 users > their headers are too far out of date. Studio .Net 2003/2005 users should > certainly not need any updates. > > Actually someone just complained about not building correctly the apu ldap > headers. That's not a surprise if using an old VC6 and stale headers. >