Written by John Hanely (with parts copied from awstats.pl)
Distributed under the same terms and license as AWstats

The most recent version can be found at 
http://www.splitreflection.com/moinmoin/moin.cgi/AwstatsDetail

Copy both detail.pm and detailupdate.pl to the plugins/lib in your AWstats installation.
For me, the path is /usr/share/webapps/awstats/<version>/hostroot/cgi-bin/plugins/lib

Install the DBI, DBD::SQLite, and Date::Manip perl modules, if you do not already have them.

Add the following to your awstats config file:

	# Plugin: Detail
	# Perl modules required: DBI, DBD::SQLite, Date::Manip
	# Adds clickstream viewing and other details
	#
	LoadPlugin="detail"


Use cron or another scheduler to regularly run:
<path>/lib/detailupdate.pl <path to access_log> <path to awstats data directory>/detail.sqlite

I'll do my best not to break things between versions, but after upgrading you may get better data by removing your old detail.sqlite and rebuilding it from your log files.

Currently, only the combined log format is supported.

To use, look for the '>' detail link in the 'hosts' and 'pages' tables of awstats.

I hope you like it!

