Date: Thu, 21 May 1998 11:27:37 -0400 (EDT) From: Chris Martino <chrismar@peanut.readington.com> To: Cliff Addy <fbsdlist@federation.addy.com> Cc: questions@FreeBSD.ORG Subject: Re: reading a web server log file Message-ID: <Pine.BSF.3.96.980521112454.1257A-100000@peanut.readington.com> In-Reply-To: <Pine.BSF.3.95q.980520144908.16795A-100000@federation.addy.com>
next in thread | previous in thread | raw e-mail | index | archive | help
I don't know what you are trying to do with the log file, but if you are trying to view your hits and from where, then someone has already done it for you. I found that a little perl script called "Accesswatch" with parse the logfile and tell you what your visitors saw, where they came from, which browser they were using, and it guesses hoe many hits you *should* get on how many hits you've gotten so far. You can find accesswatch at http://www.accesswatch.com Chris ps- I am in no way affiliated with accesswatch -- Chris Martino chrismar@readington.com On Wed, 20 May 1998, Cliff Addy wrote: > I'm trying to write a program that monitors an Apache log file. My > question is: If I open the file and fseek to the end, is there any chance > I'll end up in the middle of a logfile line because Apache was in the > middle of writing a file? Or is that impossible? > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980521112454.1257A-100000>