Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Aug 1998 10:47:12 +0400 (MSD)
From:      "Cyril A. Vechera" <cyril@main.piter.net>
To:        graeme@echidna.com
Cc:        freebsd-isp@FreeBSD.ORG
Subject:   Re: Rate limiting HTTP requests
Message-ID:  <199808200647.KAA23380@main.piter.net>

next in thread | raw e-mail | index | archive | help
> Is there any mechanism possible in FreeBSD or Apache, for limiting the 
> rate at which HTTP GET requests are served?
try to use ipltd version 2.0 or higher (with ipfw).
It can limit as bandwidth, as packets number per second.

[...]
> users) so as to keep the peak data rate under some set limit. The rate 
> limiting criterion could be based on degrading service for any accessor 
> (remote IP) generating more than a certain level of traffic on a 
> sustained basis.
with ipfw you can create rules, that filters out packets from search engines
(depending on its' IPs) and than divert the packets to ipltd.

last ipltd verios can be found on http://sply.piter.net



Sincerely your,
	Cyril A. Vechera

email:cyril@piter.net          ---------              http://sply.piter.net

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808200647.KAA23380>