Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 85833 invoked from network); 28 Mar 2006 21:10:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Mar 2006 21:10:14 -0000 Received: (qmail 33068 invoked by uid 500); 28 Mar 2006 21:10:12 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 32671 invoked by uid 500); 28 Mar 2006 21:10:10 -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 32660 invoked by uid 99); 28 Mar 2006 21:10:10 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Mar 2006 13:10:10 -0800 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=RCVD_IN_BL_SPAMCOP_NET,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of henri.gomez@gmail.com designates 64.233.166.177 as permitted sender) Received: from [64.233.166.177] (HELO pproxy.gmail.com) (64.233.166.177) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Mar 2006 13:10:09 -0800 Received: by pproxy.gmail.com with SMTP id z59so77300pyg for ; Tue, 28 Mar 2006 13:09:49 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Qz2Eniz4Ax58C6iXlfZtGPOVYnb2evZyQyHVMiMSdH8m9c2rnwxRv4Nr/rBRqwIPVtdUYwJubcMgP4JPaSl47tmneOYzogHLDFyATS8AnRvta9GU6LIr7nC2M/9r3Pcokz375t4xYVo2W1z+kHb07gMt3fSBsyRmr8ZJOjphhK0= Received: by 10.35.50.9 with SMTP id c9mr191447pyk; Tue, 28 Mar 2006 13:09:49 -0800 (PST) Received: by 10.35.128.17 with HTTP; Tue, 28 Mar 2006 13:09:49 -0800 (PST) Message-ID: <6291fc850603281309t47ec7ea6hf0bab092275ec260@mail.gmail.com> Date: Tue, 28 Mar 2006 23:09:49 +0200 From: "Henri Gomez" To: "Discussion about Apache HTTPD" Subject: Re: mod_throttle alternative for Apache 2.x In-Reply-To: <6291fc850603280629u4c3d0aadw574392dc6580ce45@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <6291fc850603280629u4c3d0aadw574392dc6580ce45@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Did someone try mod_cband ? http://cband.linux.pl/ 2006/3/28, Henri Gomez : > Hi to all, > > I wonder if there is an Apache 2.x module to do what mod_throttle does > for Apache 1.3.x, such as limit and control the load on server & > bandwidth. > > Thanks for your advices >