Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 32416 invoked from network); 6 Oct 2009 15:27:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Oct 2009 15:27:59 -0000 Received: (qmail 87320 invoked by uid 500); 6 Oct 2009 15:27:58 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 87254 invoked by uid 500); 6 Oct 2009 15:27:57 -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 87245 invoked by uid 99); 6 Oct 2009 15:27:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Oct 2009 15:27:57 +0000 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 (nike.apache.org: domain of rainer.jung@kippdata.de designates 195.227.30.149 as permitted sender) Received: from [195.227.30.149] (HELO mailserver.kippdata.de) (195.227.30.149) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Oct 2009 15:27:48 +0000 Received: from [192.168.2.104] ([192.168.2.104]) by mailserver.kippdata.de (8.13.5/8.13.5) with ESMTP id n96FRPek029487 for ; Tue, 6 Oct 2009 17:27:25 +0200 (CEST) Message-ID: <4ACB61DC.6050404@kippdata.de> Date: Tue, 06 Oct 2009 17:27:24 +0200 From: Rainer Jung User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.4pre) Gecko/20090915 Thunderbird/3.0b4 MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: svn commit: r822094 - /httpd/mod_fcgid/trunk/modules/fcgid/fcgid_conf.c References: <20091005235834.879FA23888E4@eris.apache.org> <4ACAFAD4.8000000@rowe-clan.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 06.10.2009 14:56, Jeff Trawick wrote: > On Tue, Oct 6, 2009 at 4:07 AM, William A. Rowe, Jr. > > wrote: > > trawick@apache.org wrote: > > Author: trawick > > Date: Mon Oct 5 23:58:34 2009 > > New Revision: 822094 > > > > URL: http://svn.apache.org/viewvc?rev=822094&view=rev > > > Log: > > consolidate/improve reporting of bogus files in the configuration > > My quick evaluation of the state of the code > > > (hoping that includes building on Windows to see the more obvious > Jeff-breakage :( ) Neither obvious nor non-obvious: I tried building on Windows right now (against 2.2.14). It succeeds without errors or warning :) I tried the devenv method and also the .mak file. Both methods worked, for the .mak method I first had to enter the modules/fcgid directory, otherwise the makefile complains about not finding the .dep file. I quickly loaded the module, but did not do intensive testing. > suggests we are ready for another beta > candidate right now? Unless I hear otherwise, I'll roll this in a > half day and see > if we aren't more successful this round. > > > +1 > > Beyond beta, I think we have something that is clearly better than the > 2007 mod_fcgid 2.2 release and should get out the door soon as a GA (as > long as testing doesn't show any regression). I just made what I hope > are uncontroversial changes to the directive names. I'll try to make > peace with the rest. It would be great if others would decide in the > short term what they can't live with. +1 Regards, Rainer