Return-Path: Delivered-To: apmail-perl-dev-archive@www.apache.org Received: (qmail 22116 invoked from network); 29 Sep 2010 16:08:14 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 29 Sep 2010 16:08:14 -0000 Received: (qmail 59476 invoked by uid 500); 29 Sep 2010 16:08:14 -0000 Delivered-To: apmail-perl-dev-archive@perl.apache.org Received: (qmail 59393 invoked by uid 500); 29 Sep 2010 16:08:13 -0000 Mailing-List: contact dev-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@perl.apache.org Received: (qmail 59385 invoked by uid 99); 29 Sep 2010 16:08:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Sep 2010 16:08:13 +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 adam.prime@utoronto.ca designates 128.100.132.146 as permitted sender) Received: from [128.100.132.146] (HELO bureau59.ns.utoronto.ca) (128.100.132.146) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Sep 2010 16:08:05 +0000 Received: from [10.1.5.118] (h216-235-10-210.host.egate.net [216.235.10.210]) (authenticated bits=0) by bureau59.ns.utoronto.ca (8.13.8/8.13.8) with ESMTP id o8TG7fYL008402 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 29 Sep 2010 12:07:43 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=utoronto.ca; s=beta; t=1285776463; bh=YYq5W32VjlUqvEvih0thg02xDnEFHBJfSQL0MGz+x5s=; h=Message-ID:Date:From:MIME-Version:To:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=igijAVY68uv5rbkQeklAcNlZatBgazZr6ZHAeAzsk3c6dC8kkTsBJG0wdsquimvZY Otsq3cMsXqxcP5iNFDKQueOLbcmZkFjKDYRjnSQgwYDAnl3Aj0oU6gOEOSYXCddRC4 SfM1Wp5oY3VNmywry4aiQlNb2+Vadzqb/F6Yckmw= Message-ID: <4CA3644D.2030002@utoronto.ca> Date: Wed, 29 Sep 2010 12:07:41 -0400 From: Adam Prime User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.12) Gecko/20100915 Thunderbird/3.0.8 MIME-Version: 1.0 To: dev@perl.apache.org Subject: Re: [RELEASE CANDIDATE] Apache-SizeLimit 0.93 RC1 References: <4CA35279.2010006@utoronto.ca> <4CA354BB.6010109@utoronto.ca> <201009291707.10238.torsten.foertsch@gmx.net> <4CA35EAD.6010903@utoronto.ca> In-Reply-To: <4CA35EAD.6010903@utoronto.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org This turned out to be an @INC ordering problem. Apache will load now with the default config, though it may be a good idea to include the PerlLoadModule Apache2::SizeLimit and/or use Apache2::SizeLimit in the synopsis. I'm going to fiddle with this more later Adam --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org For additional commands, e-mail: dev-help@perl.apache.org