0


Web 日志分析工具 awstats

Web 日志分析工具 awstats

3.1.4.2. awstats

http://sourceforge.net/projects/awstats/

  1. installsudo apt-get install awstats
  2. configuresudo vim /etc/awstats/awstats.conf or awstats.conf.local$ sudo vim /etc/awstats/awstats.conf.localLogFile="/home/netkiller/logs/access_log"SiteDomain="netkiller.8800.org" or # cd /usr/share/doc/awstats/examples/#/usr/share/doc/awstats/examples$ perl awstats_configure.pl
  3. apachesudo cp /usr/share/doc/awstats/examples/apache.conf /etc/apache2/conf.d/awstats.conf
  4. how do I test awstats.http://netkiller.8800.org/awstats/awstats.pl
  5. Generating the First Statssudo -u www-data /usr/bin/perl /usr/lib/cgi-bin/awstats.pl -update -config=netkiller.8800.org
  6. Automatising the stats generation using CronIf we check the file installed by awstats and search for the word cron using the following command line:$ dpkg -L awstats | grep cron/etc/cron.d/etc/cron.d/awstats sudo vim /etc/cron.d/awstats 0,10,20,30,40,50 * * * * www-data [ -x /usr/lib/cgi-bin/awstats.pl -a -f /etc/awstats/awstats.conf -a -r /home/netkiller/logs/access.log ] && /usr/lib/cgi-bin/awstats.pl -config=netkiller.8800.org -update >/dev/null
  7. web 测试http://netkiller.8800.org/awstats/awstats.plhttp://netkiller.8800.org/awstats/awstats.pl?config=other.8800.org
语言
awstats.pl -update -config=sitename -lang=cn
            
输出HTML文档
perl awstats.pl -config=www.example.com -output -staticlinks -lang=cn > awstats.example.html
            
多站点配置
$ sudo gunzip /usr/share/doc/awstats/examples/awstats.model.conf.gz

$ sudo cp /usr/share/doc/awstats/examples/awstats.model.conf /etc/awstats/awstats.www.example.com
标签: apache flume 安全

本文转载自: https://blog.csdn.net/u010604770/article/details/142410403
版权归原作者 netkiller- 所有, 如有侵权,请联系我们删除。

“Web 日志分析工具 awstats”的评论:

还没有评论