apache_logs

This is part of The Pile, a partial archive of some open source mailing lists and newsgroups.



Subject: Re: Apache log analyser
From: Steve Frampton <frampton@jcius.com>
Date: Sun, 7 Nov 1999 14:16:06 -0500 (EST)

Hash: SHA1

On Sun, 7 Nov 1999, Scott Tyson wrote:

> Does anyone know of a good apache log parser so I can see info about web
> traffic (HTML output preferred but text is ok).  I'm especially
> interested in file downloads for a site I'm hosting.

I think 'webalizer' kicks the llama's ass.  :-)  Check it out at
http://www.mrunix.net/webalizer/

===

Subject: Re: Apache log analyser
From: "Scott Tyson" <tysons@deepwell.com>
Date: Sun, 07 Nov 1999 15:44:16 +0000


Thanks works great and I had it setup in 15 minutes :)

===

Subject: Re: Apache log analyser
From: "Danny H" <linux_redhat6@hotmail.com>
Date: Sun, 07 Nov 1999 22:37:52 GMT



Why not enable the following in httpd.conf
and use this as your log analyser

#Allow remote server configuration reports, with the URL of
#  http://servername/server-info (requires that mod_info.c be loaded).
# Change the ".your_domain.com" to match your domain to enable.
#
#<Location /server-info>
#    SetHandler server-info
#    Order deny,allow
#    Deny from all
#    Allow from .your_domain.com
#</Location>

===

Subject: Re: Apache log analyser
From: Steve Frampton <frampton@jcius.com>
Date: Sun, 7 Nov 1999 23:22:48 -0500 (EST)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Sun, 7 Nov 1999, Mike Cathey wrote:

> Is everyone ignoring the obvious? what about analog?

Well, sir, I've *used* analog, and it's output is quite ugly compared to
webalizer's.

NB: I have nothing to do with webalizer but I'm a very satisfied user of
it.

===


Subject: Re: Apache log analyser
From: "Steven Hildreth" <steven@aprotex.com>
Date: Mon, 8 Nov 1999 08:14:23 -0600


This came installed already with my Redhat 6.1 and it seems to do just what
you are wanting, it is a pretty slick piece of software.

http://www.mrunix.net/webalizer/

Gives all sorts of stats and such, and I am using Apache webserver.

===


the rest of The Pile (a partial mailing list archive)

doom@kzsu.stanford.edu