From owner-freebsd-questions Fri Oct 20 17:42:40 2000 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-27-149-77.mmcable.com [24.27.149.77]) by hub.freebsd.org (Postfix) with SMTP id E05E237B479 for ; Fri, 20 Oct 2000 17:42:38 -0700 (PDT) Received: (qmail 67682 invoked by uid 100); 21 Oct 2000 00:42:38 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14832.59006.237813.575688@guru.mired.org> Date: Fri, 20 Oct 2000 19:42:38 -0500 (CDT) To: Johan Pettersson Cc: questions@freebsd.org Subject: Re: limit bandwidth for users dir In-Reply-To: <130686476@toto.iv> X-Mailer: VM 6.75 under 21.1 (patch 10) "Capitol Reef" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Johan Pettersson writes: > Hi! > > We have problem with some users and > want to limit bandwith for them, > for example: > > /www/user1/public_html/ <- good user only text files > /www/user2/public_html/ <- bad user a lot of movies > > Is it possible to limith bandwith for only > user2's directory ? Check out thttpd (ports/www/thttpd). It allows throttling based on the URL.