![]() |
|
||||||||||||
| Webalizer
Configuration tips |
Check if Webalizer package is installed
If not, yum it ...
Installing webalizer typically install an annoying .../conf.d/webalizer.conf file that overloads the /usage/ web page path. Best to disable this file before restarting httpd. Still it is worth peeking at this file as it shows some clever ways of restricting who/from where webalizer files can be viewed from. Unless your Apache/httpd is serving only a single web site, you will want to place a CustomLog directive in every virtual domain you would like to have access log files distinct from general Apache access file. Otherwise, webalizer will blend all website activity into a single report, not very useful typically.
Enable an hourly crontab to freshen the web files ...
Now point your web browser at http://www.asite.com/usage/
|