From owner-freebsd-isp Fri Sep 11 12:30:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA23599 for freebsd-isp-outgoing; Fri, 11 Sep 1998 12:30:38 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from horst.bfd.com (horst.bfd.com [12.9.219.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA23594 for ; Fri, 11 Sep 1998 12:30:35 -0700 (PDT) (envelope-from ejs@bfd.com) Received: from HARLIE.bfd.com (bastion.bfd.com [12.9.219.14]) by horst.bfd.com (8.9.1/8.9.1) with SMTP id MAA14722; Fri, 11 Sep 1998 12:30:12 -0700 (PDT) Date: Fri, 11 Sep 1998 12:30:12 -0700 (PDT) From: "Eric J. Schwertfeger" To: Paul Stewart cc: freebsd-isp@FreeBSD.ORG Subject: Re: referrer stat tracking 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 On Fri, 11 Sep 1998, Paul Stewart wrote: > We currently run Apache for all our web servers etc. and run a standard > log format. We have a customer who needs to track browser type, referrer > etc... I understand Apache can generate that..how? :) If you've got the configurable logging module compiled into your server, the line LogFormat "%h %l %u %t \"%r\" %s %b \"%{Referer}i\" \"%{User-agent}i\"" will cause apache to log using the Combined Log Format. > Also, our stats package (analog) I don't think can read this info? If it > can't, what's a good free package that can? analog reads CLF just fine, from what I've seen. I don't remember having to tweek the config file to do this, but I could be wrong. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message