Webalizer

Discussions around the use of Apache on VMS
Post Reply
Message
Author
User avatar
issinoho
Site Admin
Posts: 202
Joined: Tue Feb 01, 2005 12:53 am
Location: Scotland
Contact:

Webalizer

#1 Post by issinoho »

This commonly used log analysis tool is available here,
http://www-pi.physics.uiowa.edu/~dyson/webalizer/

Download the binary and invoke as per this self-submitting batch job,

$ submit webroot:[webalizer]webalizer.com -
/noprint -
/log=webroot:[webalizer]webalizer_submit.log -
/after=tomorrow
$ @apache$root:[000000]apache$setup
$ set def webroot:[webalizer]
$ webalizer -n "www.issinoho.com:8080" apache$specific:[logs]access_log.
$ pu/log
$ exit


Then simply point an Apache virtual folder at it and voila e.g.
http://www.issinoho.com:8080/logs/

Post Reply