Edit file webalizer.conf
use your favourite editor ...
# vi /etc/httpd/conf.d/webalizer.conf
Alias /usage /var/www/usage
Order deny,allow
Deny from all
Allow from 10.172.84.210 10.172.84.220
Run command "webalizer" to generate reports ...
# webalizer /var/log/httpd/access_log
then you should open http://localhost/usage


