笔记 by 车东

AWStats 7.0 发布, Linux下的安装配置使用备忘

· 日志分析|AWStats

5月25日,Eldy发布了AWStats的7.0版本,从界面上看主要的变化是很多统计图使用了Google图表API生成;

在Linux的安装请参考AWStats安装笔记, 此次更新后的相关配置修改都放到补充库里了; 包含chedong.com的awstats配置样例:awstats.chedong.conf 通用配置文件样例: coommon.conf 搜索引擎和蜘蛛定义更新: robots.pm search_engines.pm (需要放到lib目录下)

缺省建议启用的配置:common.conf LoadPlugin=“tooltips” LoadPlugin=“decodeutfkeys” LoadPlugin=“graphgooglechartapi” LoadPlugin="geoip GEOIP_STANDARD /home/chedong/chedong.com/cgi-bin/awstats/GeoIP.dat" LoadPlugin=“geoip_city_maxmind GEOIP_STANDARD /home/chedong/chedong.com/cgi-bin/awstats/GeoLiteCity.dat” LoadPlugin="qqhostinfo"

搜索引擎定义主要去掉了一些门户网站的域名(例如: 163.com live.com),避免了搜索服务和门户其他服务(例如: 博客)容易和搜索来源混淆的情况。 蜘蛛定义主要增加了feed抓取机器人: ‘sosospider’,’SosoSpider’, ‘youdaobot’,’YoudaoBot’, ‘doubanbot’,’DoubanBot’, ‘friendfeedbot’,’FriendFeedBot’,

AWStats 7.0的详细ChangeLog更新附后:

New features/improvements:

  • Detect Windows 7.
  • Can format numbers according to language.
  • More mime types.
  • Added geoip_asn_maxmind plugin.
  • Geoip Maxmind city plugin have now override file capabilities to complete missing entries in geoip maxmind database.
  • Added graphgooglechartapi to use online Google chart api to build graph.
  • Can show map of country to report countries when using graphgooglechartapi.
  • Part of codes was change to use more functions and have a cleaner code.
  • Added parameter to ignore missing log files when merging for a site on multiple servers where a single server may not have created a log for a given day.
  • Update robots database.

Thanks to Chris Larsen (author of most thoses changes).

Fixes:

  • Webmin module works with new version of webmin.
  • Security fix.

AWStats的详细相关更新, BTW:这个cvs的图表化统计也是Eldy的作品:CvsChangeLogBuilder。