From owner-freebsd-questions@FreeBSD.ORG Tue Jul 13 22:49:23 2004 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 B740E16A4CE for ; Tue, 13 Jul 2004 22:49:23 +0000 (GMT) Received: from ddardaar.mine.nu (bxa123.neoplus.adsl.tpnet.pl [83.29.250.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4956343D1F for ; Tue, 13 Jul 2004 22:49:23 +0000 (GMT) (envelope-from radek@raadradd.com) Received: by ddardaar.mine.nu (Postfix, from userid 1001) id 91E47A548; Wed, 14 Jul 2004 00:49:29 +0200 (CEST) Date: Wed, 14 Jul 2004 00:49:29 +0200 From: Radek Kozlowski To: Chris Burchell Message-ID: <20040713224929.GC48038@werd> References: <1B36135783A3254A8C024188C0E3DFEC096435@dsl-main-66-18-201-230-edm.nucleus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline In-Reply-To: <1B36135783A3254A8C024188C0E3DFEC096435@dsl-main-66-18-201-230-edm.nucleus.com> User-Agent: Mutt/1.5.6i cc: freebsd-questions@freebsd.org Subject: Re: Apache and split logs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jul 2004 22:49:23 -0000 On Tue, Jul 13, 2004 at 03:45:03PM -0600, Chris Burchell wrote: > Is there any way (script / apache module / other) I can have the apache > access-log split into separate access logs for individual virtual sites > hosted on a FreeBSD box? In addition to CustomLog and ErrorLog there's also a script called split-logfile (http://httpd.apache.org/docs/programs/other.html). -Radek