Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 94683 invoked from network); 20 Oct 2009 11:41:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Oct 2009 11:41:44 -0000 Received: (qmail 94416 invoked by uid 500); 20 Oct 2009 11:41:43 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 94350 invoked by uid 500); 20 Oct 2009 11:41:43 -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 94341 invoked by uid 99); 20 Oct 2009 11:41:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Oct 2009 11:41:43 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of trawick@gmail.com designates 72.14.220.153 as permitted sender) Received: from [72.14.220.153] (HELO fg-out-1718.google.com) (72.14.220.153) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Oct 2009 11:41:35 +0000 Received: by fg-out-1718.google.com with SMTP id e21so1694669fga.12 for ; Tue, 20 Oct 2009 04:41:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=BC1knwe8Z7tHqPlWjsfEFVDvx+L05OoA5bOFi6AZMkQ=; b=Mw/v2l86rEMSGkJU2i63mWtA9NfThQrZeAnV/G+zAfQo9SPrCtAfRmSAWgz6atLMZO C5AwcLfETukJKcks3IptNV7nUwqSsiDi5sVtpWd0cHQKFon7QuF0sR7z/9ICmEEJP7PG CQZlvFU05IUV6HT46iWUQiVhfZI/jdBPij+l8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=wKImW86KsKMtaUq4sp0tNch1IlUCYJk5e5CFT2Z4nD4LBDqZVvBnkEvZCUkttvrQMi HOgRJs/5vvuT4CZGpbabR5FfLk056vynCegNdq9pNXQ2tjt27gF2w2qLS33BzJncd1co WpcpCC5C0H7qzGmnBM2kBK4Y6pLEQbclTQ3e4= MIME-Version: 1.0 Received: by 10.86.254.23 with SMTP id b23mr3891692fgi.21.1256038875521; Tue, 20 Oct 2009 04:41:15 -0700 (PDT) In-Reply-To: <35d657240910191500t4967f6fal1fa5c343f752a7ba@mail.gmail.com> References: <35d657240910191450o119b5e35w28aac4b5fc481bbf@mail.gmail.com> <35d657240910191500t4967f6fal1fa5c343f752a7ba@mail.gmail.com> Date: Tue, 20 Oct 2009 07:41:15 -0400 Message-ID: Subject: Re: mod_fcgid 2.3.4 (fixconf.sed broken) From: Jeff Trawick To: dev@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Mon, Oct 19, 2009 at 6:00 PM, Dan Hulme wrote: > ---------- Forwarded message ---------- > From: Dan Hulme > Date: Mon, Oct 19, 2009 at 2:50 PM > Subject: mod_fcgid 2.3.4 (fixconf.sed broken) > To: dev@httpd.apache.org > > > Several variables, including > > MaxRequestsPerProcess > MaxRequestInMem > MaxRequestLen > > are not correctly replaced by fixconf.sed, and instead result in: > > FcgidFcgidMaxRequestsPerProcess 500 > FcgidFcgidMaxRequestInMem > FcgidFcgidMaxRequestLen > > Perhaps the regular expression was intended to be > > s/\([^d]\) > > rather than > > s/\([^D]\) > > Since Fcgid does not end with a capital "D". yep; thanks! (http://svn.apache.org/viewvc?view=revision&revision=827039)