Web 日志分析工具 webalizer
webalizer
What is Webalizer?
The Webalizer is a fast, free web server log file analysis program. It produces highly detailed, easily configurable usage reports in HTML format, for viewing with a standard web browser
-
install webalizer
sudo apt-get install webalizer
-
config
vim /etc/webalizer/webalizer.conf LogFile /home/netkiller/logs/access.log OutputDir /home/netkiller/public_html/webalizer
rotate log
Incremental yes
-
crontab
/etc/cron.daily/webalizer
netkiller@shenzhen:~$ cat /etc/cr