From owner-freebsd-questions@FreeBSD.ORG Tue Apr 4 14:14:38 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC7B616A41F for ; Tue, 4 Apr 2006 14:14:38 +0000 (UTC) (envelope-from tethys.ocean@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55E8143D4C for ; Tue, 4 Apr 2006 14:14:36 +0000 (GMT) (envelope-from tethys.ocean@gmail.com) Received: by wproxy.gmail.com with SMTP id i31so1226349wra for ; Tue, 04 Apr 2006 07:14:35 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=PY6W4dl7jykzEBnGBtNyjTIhOyk4Ob1482xVnVkhKt3934+ZVzpl6pctPqz0CVEUEvg9SHEht+HX725qmzPAItHjI/DfelEirTsV+XfDl1F0OnJcncYZYItN2C24OlWWtg2QtqNfnWQFuDUfDDsWKn+Lb2srRde+J2/N5RL12y0= Received: by 10.65.59.3 with SMTP id m3mr378542qbk; Tue, 04 Apr 2006 07:14:34 -0700 (PDT) Received: by 10.64.53.6 with HTTP; Tue, 4 Apr 2006 07:14:34 -0700 (PDT) Message-ID: <235b80000604040714y3124c986ia5e4a3c70d860572@mail.gmail.com> Date: Tue, 4 Apr 2006 17:14:34 +0300 From: "tethys ocean" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: squid.pid owner 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: Tue, 04 Apr 2006 14:14:38 -0000 Hello All We are running with squid proxy without ipfilter or pf. Our squid block ou= r all outside connection. What am I do? I wonder squid.pid's owner must be root or squid user? ie:proxy# ll /usr/local/squid/logs total 52 -rw-r--r-- 1 squid squid 13479 Oct 17 12:10 access.log -rw-r--r-- 1 squid squid 15482 Oct 17 12:12 cache.log -rw-r--r-- 1 root squid 4 Oct 17 12:12 squid.pid OR -rw-r--r-- 1 squid squid 4 Oct 17 12:12 squid.pid -rw-r--r-- 1 squid squid 19330 Oct 17 12:10 store.log which is true?! I think it is related with squid.conf file since I have to define some acl accept rule?