Icon

   Index

   Test Drive

   Documentation

   Download

   Support

   Feedback

   History



   Home



Not a whole lot to document, here...

Installation

Your log file must be in the Extended Log Format. This is an example line of the ELF format:

machine.site.com - - [01/Jan/1998:20:56:56 -0600] "GET / HTTP/1.0" 200 6260 "-" "Mozilla/4.05 [en] (WinNT; U ;Nav)"

Copy the access.pl file to a CGI directory and edit access.pl to change the following lines:

	# Location of the log file in Extended Log Format
	$log = "/local/u1/mkruse/html/logs/access_log";

	# Local domain name to cut out of referer info
	$local = "http://www.mattkruse.com";
	

Load access.pl in your web browser to see the output!