This module tracks the total number of hits and bytes transferred per day by the Apache web server, on a per-user basis. This allows for real-time statistics without having to parse the log files.
After installation, add this to your server's httpd.conf file:
PerlLogHandler Apache::Traffic
and restart the server. The statistics will then be available through the traffic script, which is included in the distribution.
Available from CPAN. See the module manpage for more information.
 
Continue to: