From owner-freebsd-questions Tue Nov 18 07:37:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA29572 for questions-outgoing; Tue, 18 Nov 1997 07:37:08 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from saluki-mail.siu.edu (saluki-mail.siu.edu [131.230.252.17]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA29563 for ; Tue, 18 Nov 1997 07:37:02 -0800 (PST) (envelope-from parrothd@midwest.net) Received: from techie (ws2.c-ag.siu.edu [131.230.82.2]) by saluki-mail.siu.edu (AIX4.2/UCB 8.7/8.7) with SMTP id JAA40814; Tue, 18 Nov 1997 09:36:18 -0600 (CST) Message-Id: <1.5.4.32.19971118153634.008e0cc8@midwest.net> X-Sender: parrothd@midwest.net X-Mailer: Windows Eudora Light Version 1.5.4 (32) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Tue, 18 Nov 1997 09:36:34 -0600 To: Annelise Anderson , freebsd-questions@FreeBSD.ORG From: "Jonathan E. Lyons" Subject: Re: Web Server Log Analysis Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I've had great success with http-analyze, when I was the admin of a small ISP we used it to creat the stats pages for over 100 web servers, all on one BSDI machine. Current I've got it running on my 2.2.2 machine, the only drawback is the number of log files, but you could disable it.. :) If you need a working example try.. http://cplkagan.globaleyes.net/stats/ At 07:00 AM 11/18/97 -0800, Annelise Anderson wrote: >There are three programs for analyzing www logs, and I'm just wondering >how they differ: > > wwwstat > analog > http-analyze > >I have upgrade my apache server from version 0.8 (!) to a recent >version and the logs are now different--I'm using a log format >like this: > >LogFormat "%h %l %u %t \"%r\" %s %b \"%{Referer}i\" \"%{User-Agent}i\"" > >and it provides only numbers and not names (the h variable, I think). >Does anyone know how to change this? > >Thanks, > >Annelise > > >