ubuntu 10 安装 awstats 记录

apt安装

apt-get install awstats

修改/etc/awstats/awstats.conf 文件

#Path to access.log for your domain
LogFile="/var/log/apache2/access.log" 

#I recommend '1' for more detailed information
LogFormat=1  

SiteDomain="yourdomain.ext"

HostAliases="localhost 127.0.0.1 yourdomain.ext"

 

修改/etc/awstats/awstats.conf.local
加入:

Lang="cn"

 

生产分析数据

/usr/lib/cgi-bin/awstats.pl -config=yourdomain.ext -update

设置 apache

Alias /awstatsclasses "/usr/share/awstats/lib/"
Alias /awstats-icon/ "/usr/share/awstats/icon/"
Alias /awstatscss "/usr/share/doc/awstats/examples/css"
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
ScriptAlias /awstats/ /usr/lib/cgi-bin/
Options ExecCGI -MultiViews +SymLinksIfOwnerMatch

重启apache

/etc/init.d/apache2 reload

 

 

安装qqhostinfo地区插件

下载插件

awstats.qqhostinfo.part1
awstats.qqhostinfo.part2

解压上传至

/usr/share/awstats/plugins

注意修改其中qqwry.pl和qqwry.dat的绝对路径

修改

/etc/awstats/awstats.conf.local

加入:

LoadPlugin="qqhostinfo"

修改权限:

chmod 777 -R /usr/share/awstats/plugins/