[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#179530: marked as done (ITP: libapache-mod-throttle -- Bandwidth & Request Throttling)



Your message dated 03 Feb 2003 00:56:29 +0100
with message-id <1044230189.1152.278.camel@neo.domain.lan>
and subject line Bug#179530: ITP: libapache-mod-throttle -- Bandwidth & Request Throttling
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 2 Feb 2003 23:04:38 +0000
>From noel@debian.org Sun Feb 02 17:04:37 2003
Return-path: <noel@debian.org>
Received: from mailout10.sul.t-online.com [194.25.134.21] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 18fTAC-0002Zp-00; Sun, 02 Feb 2003 17:04:36 -0600
Received: from fwd03.sul.t-online.de 
	by mailout10.sul.t-online.com with smtp 
	id 18fTAB-0001q9-05; Mon, 03 Feb 2003 00:04:35 +0100
Received: from controller.domain.lan (520091923636-0001@[80.142.185.167]) by fmrl03.sul.t-online.com
	with esmtp id 18fTA9-1eKfRIC; Mon, 3 Feb 2003 00:04:33 +0100
Received: from neo.domain.lan (neo.domain.lan [192.168.74.10])
	by controller.domain.lan (Postfix) with ESMTP
	id 377DD1F06; Mon,  3 Feb 2003 00:01:42 +0100 (CET)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Noel Koethe <noel@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: ITP: libapache-mod-throttle -- Bandwidth & Request Throttling
X-Mailer: reportbug 2.10
Date: Mon, 03 Feb 2003 00:03:19 +0100
X-Debbugs-Cc: debian-devel@lists.debian.org
Message-Id: <[🔎] 20030202230142.377DD1F06@controller.domain.lan>
X-Sender: 520091923636-0001@t-dialin.net
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=4.2 required=5.0
	tests=DISCLAIMER,LINES_OF_YELLING,NO_COST,PROFITS,
	      SPAM_PHRASE_01_02,UPPERCASE_25_50
	version=2.41
X-Spam-Level: ****

Package: wnpp
Version: unavailable; reported 2003-02-02
Severity: wishlist


* Package name    : libapache-mod-throttle
  Version         : 3.1.2
  Upstream Author : Anthony Howe <achowe@snert.com>
* URL             : http://www.snert.com/Software/mod_throttle/
* License         : afaik BSD:

Copyright 1999, 2000 by Anthony Howe.  All rights reserved.
 
LICENSE
-------
                                                                                
This source distribution is made freely available and there is no charge
for its use, provided you retain this notice, disclaimers, author's
copyright, and credits.
                                                                                
DISCLAIMER
----------
                                                                                
THIS SOFTWARE IS PROVIDE "AS IS" AND ANY EXPRESSED OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO WAY SHALL THE
AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.

CREDITS
-------
                                                                                
Original design for mod_throttle/1.0 goes to Mark Lovell <mlovell@bigrock.com>.
                                                                                
Elements of the mutex & shared memory code, as of mod_throttle/3.0, originally
derived from the Apache Web Server source code.
                                                                                
Thank You to Lu Vo <LVo@SUPERB.NET> for providing a Solaris POSIX
compliant machine to test on; to Travis Doherty <travis@terradelta.net>
for a FreeBSD machine for testing and several suggestions; to David M. Shirley
<david@webquarry.com> for constructive and helpful reports concerning design
and testing.

  Description     : Bandwidth & Request Throttling

This Apache module is intended to reduce the load on your server & bandwidth
generated by popular virtual hosts, directories, locations, or users according
to supported polices (see below) that decide when to delay or refuse requests.
Also mod_throttle can track and throttle incoming connections by IP address or
by authenticated remote user.

Every request now passes through four levels of throttling, which are: by
client's IP address (ThrottleClientIP), by authenticated remote user name
(ThrottleRemoteUser), by local user ID (ThrottleUser), and by directory,
location, virtual host, or server (ThrottlePolicy). 

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux neo 2.4.20-k7 #1 Tue Jan 14 00:29:06 EST 2003 i686
Locale: LANG=de_DE.ISO-8859-1, LC_CTYPE=de_DE.ISO-8859-1


---------------------------------------
Received: (at 179530-done) by bugs.debian.org; 2 Feb 2003 23:57:43 +0000
>From noel@debian.org Sun Feb 02 17:57:43 2003
Return-path: <noel@debian.org>
Received: from www.hostsharing.net (mail.hostsharing.net) [212.42.230.151] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 18fTzb-0006e8-00; Sun, 02 Feb 2003 17:57:43 -0600
Received: from neo.domain.lan (p508EB9A7.dip.t-dialin.net [80.142.185.167])
	(using TLSv1 with cipher RC4-MD5 (128/128 bits))
	(No client certificate requested)
	by mail.hostsharing.net (Postfix) with ESMTP
	id 95CD92CE994; Mon,  3 Feb 2003 00:57:41 +0100 (CET)
Subject: Re: Bug#179530: ITP: libapache-mod-throttle -- Bandwidth & Request
	Throttling
From: =?ISO-8859-1?Q?No=E8l_K=F6the?= <noel@debian.org>
To: 179530-done@bugs.debian.org
Cc: debian-devel@lists.debian.org
In-Reply-To: <[🔎] 20030202230142.377DD1F06@controller.domain.lan>
References: <[🔎] 20030202230142.377DD1F06@controller.domain.lan>
Content-Type: text/plain; charset=UTF-8
Organization: Debian GNU/Linux, www.debian.org
Message-Id: <1044230189.1152.278.camel@neo.domain.lan>
Mime-Version: 1.0
X-Mailer: Ximian Evolution 1.2.1 
Date: 03 Feb 2003 00:56:29 +0100
Content-Transfer-Encoding: 8bit
Delivered-To: 179530-done@bugs.debian.org
X-Spam-Status: No, hits=-10.1 required=5.0
	tests=IN_REP_TO,NOSPAM_INC,REFERENCES,SIGNATURE_SHORT_DENSE,
	      SPAM_PHRASE_00_01
	version=2.41
X-Spam-Level: 

Am Mon, 2003-02-03 um 00.03 schrieb Noel Koethe:

> * Package name    : libapache-mod-throttle

Args. Sorry for the mail. The module is included in apache-common since
some time.:)

-- 
Noèl Köthe <noel@debian.org>
Debian GNU/Linux, www.debian.org



Reply to: