The awstats detail plugin distributed under the same license and conditions as awstats itself.

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

Currently, only the combined log format is supported.

To use, look for the '>' detail link in the 'hosts' table of awstats.

I hope you like it!

