Date: Thu, 11 Jan 2001 16:08:09 -0800 (PST) From: Philip Hallstrom <philip@adhesivemedia.com> To: "Mitchell, Jason" <jmitc2@chmc.org> Cc: "'freebsd-questions@freebsd.org'" <freebsd-questions@FreeBSD.ORG> Subject: Re: Limiting number of downloads per user in Apache?? Message-ID: <Pine.BSF.4.31.0101111607110.69941-100000@oddjob.adhesivemedia.com> In-Reply-To: <E06C2328A250D21195E300009296A7C80456D9C1@s101.chmc.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Go to http://modules.apache.org/search and search for "throttle". There are several modules that will do something of this sort... also search for "limit" bwshare bandwidth throttling by client IP address mod-throttle Throttle the usage of individual users mod_bandwitdh Limit bandwidth uses per virtual server depending of the number of connexions mod_throttle/3.1.2 Limit the bandwidth usage and server load of virtual hosts, directories, locations, or users according to selected policies. Now support throttling by client IP address & remote user name. mod_throttle_access limit access on a per-resource basis On Thu, 11 Jan 2001, Mitchell, Jason wrote: > Anyone have any luck with limiting the number of connections or downloads > allowed per user/visitor on a web site served by Apache? I'm running 1.3.12 > and getting these people that open up 10-20 downloads all at once, pretty > much consuming my bandwidth. I'd like to limit it down to 2-3 per user. > The MaxClients directive won't work, of course, as that will lock everyone > out once the max is hit. > > TIA > > -Jason > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.31.0101111607110.69941-100000>