From owner-freebsd-isp Fri Sep 11 12:28:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA23055 for freebsd-isp-outgoing; Fri, 11 Sep 1998 12:28:47 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from kapmail.com (srv.kapmail.com [206.31.219.210]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id MAA23018 for ; Fri, 11 Sep 1998 12:28:41 -0700 (PDT) (envelope-from satya@dspsoft.com) Received: (qmail 14198 invoked from network); 11 Sep 1998 19:31:13 -0000 Received: from simba.dspsoft.com (206.31.219.210) by simba.dspsoft.com with SMTP; 11 Sep 1998 19:31:13 -0000 Date: Fri, 11 Sep 1998 15:31:13 -0400 (EDT) From: Satya Devireddy X-Sender: satya@srv.kapmail.com 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 > 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? :) > > 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? I think analog can do that. Add these lines to configure analog3.0 to do browser type listing and referer listing and failed referer listing. ------analog.cfg (my settings) [...] LOGFORMAT (%S %j %u [%d/%M/%Y:%h:%n:%j] "%j %r %j" %c %b "%f" "%B") REFERRER ON FAILREF ON BROWSER ON [...] ------ also your apache server should be producing the correct logs try using the "combined" log format. Off the top of my I do not remember why, I changed my log format to the one below. note the missing "%>s" is "%s" LogFormat "%h %l %u %t \"%r\" %s %b \"%{Referer}i\" \"%{User-Agent}i\"" newlogformat Comments/Corrections anyone ? -Satya ----------------- Satya Devireddy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message