From owner-freebsd-isp Tue May 18 8:11:11 1999 Delivered-To: freebsd-isp@freebsd.org Received: from heaven.gigo.com (heaven.gigo.com [207.173.133.57]) by hub.freebsd.org (Postfix) with ESMTP id 1BE29156D5 for ; Tue, 18 May 1999 08:10:39 -0700 (PDT) (envelope-from jfesler@gigo.com) Received: from heaven.gigo.com (heaven.gigo.com [207.173.133.57]) by heaven.gigo.com (Postfix) with ESMTP id 12B3B2F5; Tue, 18 May 1999 08:09:04 -0700 (PDT) Date: Tue, 18 May 1999 08:09:04 -0700 (PDT) From: To: Robert Du Gaue Cc: freebsd-isp@FreeBSD.ORG Subject: Re: Apache log files In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > While we're on the subject of log files... > > Has anyone wrote or hacked Apache to use the syslog facility? We're in the > process of putting up 3 web servers behind a Foundry ServerIron box that You can set the apache log to "| logger (options)" and logger will send it syslog. You might need to alter the log format to specify the web server name being hit, as well as parse it on the syslog host back to "common" format. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message