Webalizer Runner
Context
This script was develloped because I had several domains in my apache, configured with diferent diferent access_logs, and I wanted to generate diferent webalizer statistics for each of my domains.This version uses a XML to configure the script, and maybe a future version will use a database or something else.
This version don't generate a full statistics, with the trafic in all sites, but a future version will probably do it.
Requirements
This is a perl script, so it needs perl, and need also the following perl modules:- XML::Simple
- Data::Dumper
It calls webalizer, so i also needs webalizer.


Post a Comment