NAME

Apache::AppWrap::Counter - Perl handler for logging traffic counts.


SYNOPSIS

Enter this line in the Apache configuration file:

    PerlModule  Apache::AppWrap::Counter

or put this line in the mod_perl startup file:

    use Apache::AppWrap::Counter;

Also add this line to the Apache configuration file:

    PerlInitHandler Apache::AppWrap::Counter


DESCRIPTION

Counter logs to table 'counts' various counts of pages requested, after first excluding images and included files (for example, stylesheets and javascript libraries.)

At this time, any table or report having an entry in table counts is incremented when that page is requested. Also, daily counts of total page views, bytes sent and downloads requested are logged in table dailystats.


EXPORT

None by default.


AUTHOR

Russell Lundberg <russell_lundberg@csi.com>


SEE ALSO

NONE