Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 77414 invoked from network); 1 Mar 2006 16:29:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Mar 2006 16:29:57 -0000 Received: (qmail 47132 invoked by uid 500); 1 Mar 2006 16:30:42 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 46772 invoked by uid 500); 1 Mar 2006 16:30:40 -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 46761 invoked by uid 99); 1 Mar 2006 16:30:40 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Mar 2006 08:30:40 -0800 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 chip@force-elite.com designates 72.232.80.58 as permitted sender) Received: from [72.232.80.58] (HELO constant.northnitch.com) (72.232.80.58) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Mar 2006 08:30:39 -0800 Received: from localhost (localhost.layeredtech.com [127.0.0.1]) by constant.northnitch.com (Postfix) with ESMTP id 30C305C1B for ; Wed, 1 Mar 2006 10:30:29 -0600 (CST) Received: from constant.northnitch.com ([127.0.0.1]) by localhost (constant.northnitch.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 14827-05 for ; Wed, 1 Mar 2006 10:30:28 -0600 (CST) Received: from [192.168.1.102] (c-67-169-29-182.hsd1.ca.comcast.net [67.169.29.182]) by constant.northnitch.com (Postfix) with ESMTP id BAC325C1A for ; Wed, 1 Mar 2006 10:30:28 -0600 (CST) Message-ID: <4405CC1C.5050208@force-elite.com> Date: Wed, 01 Mar 2006 08:30:20 -0800 From: Paul Querna User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: Limiting CGIs in 2.2.0 References: <440580DE.60407@sharp.fm> <44058609.5050804@sharp.fm> <4405BC29.8020300@force-elite.com> <200603011625.04187.nick@webthing.com> In-Reply-To: <200603011625.04187.nick@webthing.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at constant.northnitch.com X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Nick Kew wrote: > On Wednesday 01 March 2006 15:22, Paul Querna wrote: > >> LoadAvgMaxByHandler cgi-script 10 >> LoadAvgMax 100 > > Hmmm, I recollected it as being based on a Directory context > (except for the global maximum which operates in post_read_request). Nope, its currently Vhost-only. It could be changed to be directory based pretty easily.