From owner-freebsd-questions@FreeBSD.ORG Fri Feb 18 19:53:09 2005 Return-Path: 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 EF99B16A4CE for ; Fri, 18 Feb 2005 19:53:09 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75D2543D2D for ; Fri, 18 Feb 2005 19:53:09 +0000 (GMT) (envelope-from dot.sn1tch@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so510447wra for ; Fri, 18 Feb 2005 11:53:08 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=Uva7wuP5LJ+Mh6NniyhtQFoKJNSqG0TBcd5/ppHgNuGEBXdxHHAhjco7nn6ka5zZIVJ/q4Y/VuiL6gX/r3O2T3VlZZkdXIevvfm0M/iNuzEwgWFmsnSv5GLabJJPWS+4sdgthvjP7ogCmtv4Ixnxs2uTqqHFUM/we1qDoLabhmg= Received: by 10.54.5.32 with SMTP id 32mr113832wre; Fri, 18 Feb 2005 11:53:08 -0800 (PST) Received: by 10.54.31.19 with HTTP; Fri, 18 Feb 2005 11:53:08 -0800 (PST) Message-ID: Date: Fri, 18 Feb 2005 14:53:08 -0500 From: sn1tch To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Apache and MRTG Logs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: sn1tch List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Feb 2005 19:53:10 -0000 I'm not sure if this is something I need to be worried about, but after I got MRTG setup on my bsd system I noticed that the error logs were starting to show this: [error] [client *.*.*.71] (13)Permission denied: mod_mime_magic: can't read `/home/sites/ipv4.youthranches.org/web/mrtg/127.0.0.1_2.log' [Fri Feb 18 13:35:25 2005] [error] [client *.*.*.71] (13)Permission denied: mod_mime_magic: can't read `/home/sites/ipv4.youthranches.org/web/mrtg/127.0.0.1_1.log' [Fri Feb 18 13:35:25 2005] [error] [client *.*.*.71] (13)Permission denied: file permissions deny server access: /home/sites/ipv4.youthranches.org/web/mrtg/127.0.0.1_1.log I chmoded the files 755 but as soon as mrtg updates theold and new log files they are set back to 640 Thanks