From owner-freebsd-questions@FreeBSD.ORG Sun Jun 14 22:39:04 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C30C106567F for ; Sun, 14 Jun 2009 22:39:04 +0000 (UTC) (envelope-from freecsb@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.31]) by mx1.freebsd.org (Postfix) with ESMTP id 0944C8FC1B for ; Sun, 14 Jun 2009 22:39:03 +0000 (UTC) (envelope-from freecsb@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so1812695ywe.13 for ; Sun, 14 Jun 2009 15:39:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=vHMNVJevgDFUqvKDFPJE97rg4BhKicRENg/9fR2QkcE=; b=ARqihaaBdEi/oj47K92cVzllAam03ZMY/Sr56OP9kyXTz3nOyOKlb6zpYug5f17pxn HVvzmseg8XVmfX0E9BZizmnGFWTucbToL56l8zM9PivMKeZ95TOE6HJkL9wYvDcIpFIk GsjD5ChvO+sdiLaatUD9KsABqmclF2eOVshMk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=h5ArCqwXnSZTGnGJqGmo+TkfjGuZBzfo7SGeoRdxOR4zo8z6V5HA27pT8BrqJX8Mzs 6vqVCU1XupQJB2a4/5QwD5cC5A5mFeEIaY7f+xVHdlxJfuvg2dug8p1Or+5QS7nVuYZc JX7Fg6tWOIx8PqaGnMsqNKg3wHKm4manwB3XM= MIME-Version: 1.0 Received: by 10.100.11.4 with SMTP id 4mr7907647ank.84.1245019143408; Sun, 14 Jun 2009 15:39:03 -0700 (PDT) In-Reply-To: References: Date: Sun, 14 Jun 2009 18:39:03 -0400 Message-ID: <90f0a2770906141539s696a5c0x1183a22ed90160fd@mail.gmail.com> From: Chad Brown To: dave.mehler@gmail.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD and apache 2.2 band width limiting X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jun 2009 22:39:05 -0000 On Sun, Jun 14, 2009 at 3:06 PM, Dave wrote: > Hello, > I've got a FreeBSD 7.2 box that i want to run web services on with > apache. I've got requirements to have protected content. Two groups of > users > should be able to access it and no one else, in one group they get a > certain > amound of band width, the other group gets another set amount. I'm > wondering > if this is doable? > Thanks. > Dave. > > mod_throttle and ThrottleUser ?