From owner-freebsd-questions@FreeBSD.ORG Wed Sep 1 23:52:16 2010 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 A343510656C2 for ; Wed, 1 Sep 2010 23:52:16 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 30EF78FC16 for ; Wed, 1 Sep 2010 23:52:15 +0000 (UTC) Received: by wyb33 with SMTP id 33so11522162wyb.13 for ; Wed, 01 Sep 2010 16:52:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=c5vKhzlB0ewthkzw7IiNwGMpRj5q7Ov808enHjBKPV8=; b=apoqGe3VK9wUtgUczIgv/dKpBFyx0yRCiFx26fyfGjgMlrrUJr1taV64jmy99pR4Wy YCUPmpc4817RVXBheEPsX7ga7tkqWGoWouzNeG0sztI8MJknspAgEghYiMDo55vV+PW2 kGmTW+e3k5A5C2iRc2WzWtiBnzuQTX+NXsEzQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=uqDlhAnNhXH4awoVUKZmqKTMN3JM8DQKq918plQZL3gT/hpSXdOaUi1iWhnn4h/1Hi EFeOMJm33l0HHf+lS+DYPW8/yq0bPax+Jd6rGcFiIhOP0oFXexBfL4REvkqkPe540Qac mbgUsWF2zPONkGt9YxfGZimPKMg3LBhx3gv+0= Received: by 10.227.156.66 with SMTP id v2mr8362185wbw.136.1283385133489; Wed, 01 Sep 2010 16:52:13 -0700 (PDT) Received: from gumby.homeunix.com (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mx.google.com with ESMTPS id a1sm9329286wbb.8.2010.09.01.16.52.11 (version=SSLv3 cipher=RC4-MD5); Wed, 01 Sep 2010 16:52:12 -0700 (PDT) Date: Thu, 2 Sep 2010 00:52:09 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20100902005209.7bf86664@gumby.homeunix.com> In-Reply-To: References: <20100902000316.5a5cf931@gumby.homeunix.com> X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; i386-portbld-freebsd8.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Should a "squid" user have a shell? 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: Wed, 01 Sep 2010 23:52:16 -0000 On Wed, 1 Sep 2010 16:14:38 -0700 Ed Flecko wrote: > Thanks RW! > > How do I make the changes you've suggested, i.e., like changing from > the small UFS cache, etc.; that can all be done by altering the > squid.conf file? Yes, take a look at the cache_dir lines in in the squid.conf file in the howto link. You don't need two cache_dir entries, unless you have two separate disks (usuall non-raid). You do need to modify the size field (documented in squid.conf.default). > Also, what do you mean about the variable to change some of the > ./configure options that are not part of the default? Take a look at SQUID_CONFIGURE_ARGS in the squid port Makefile. BTW The last I heard, the 2.7 branch in www/squid is still faster than the later 3.x branches.