在Linux上配置AWSTATS with GeoIP

原贴:
ddt20002005-04-07 17:15
AWSTATS是一个功能强大,界面美观的网站访问统计系统。
呵呵,不多说了,这就在Linux上配置AWSTATS。
我的系统是RHEL AS3 Update4

一、准备安装环境
1. Perl (版本高于5.50)
2. 打开APACHE配置文件path/to/apche/conf/httpd.conf
查看全局CustomLog日志路径及日志文件名,并查看
日志格式是否为combined(注意:如果在虚拟主机部分指定了虚拟主机日志路径,则全局的CustomLog无效!)
3. 如果对日志进行了配置则要重起APACHE。

二、安装AWSTATS
可以在http://awstats.sourceforge.net/ 下载到最新版本的AWSTAS,本文中使用的是RPM6.3
1、安装AWSTATS: #rpm -ivh awstats*
2、#cd /usr/local/awstats/tools
3、运行向导: #./awstats_configure.pl (按照提示进行选择,仔细阅读都会看明白的!)
4、将icon目录复制到你的网站根目录: #cp -r /usr/local/awstats/wwwroot/icon /yoursite
5、将cgi-bin目录复制到你的网站根目录: #cp -r /usr/local/awstats/wwwroot/cgi-bin /yoursite/
6、在httpd.conf中配置刚刚复制到网站根目录中的cgi-bin目录的ScriptAlias,并重起httpd服务。

三、配置AWSTATS
#vi /etc/awstas/awstats.yourdomain.conf
更改:
LogFile (APCHE CustomLog日志的绝对路径)
DirData (指定AWSTATS生成数据的存放目录,可以任意指定,但注意目录
目录要具有读写权限,可以设置为777或755)
DirCgi (cgi的路径,是相对于网站根目录的绝对路径:/yoursite/cgi-bin)
DirIcons (icon的路径,是相对于网站根目录的绝对路径:/icon)
SiteDomain (输入你的域名:yourdomain)
HostAliases (主机别名,如果还有其他的二级域名或三级域名,请在此添加。)
AllowToUpdateStatsFromBrowser (是否允许用户从浏览器中实时更新统计。0:不允许;1:允许)
Lang="cn" (设置网页显示语言为简体中文。)

四、测试AWSTATS
#/yoursite/cgi-bin/awstats.pl -update -config=yourdomain
如果不出现错误信息并且得到统计数据回显则成功!如果出现错误,则多是DirData中设置的目录的权限问题。
访问地址:http://yourdomain/cgi-bin/awstats.pl?config=yourdomain

五、设置crond
shell> crontab -e
增加命令:(可设置为每天零时进行更新)
/yoursite/cgi-bin/awstats.pl -update -config=yourdomain

六、配置Geo-IP
需要:
Geo-IP C-API (http://www.maxmind.com/download/geoip/api/c/ )
Geo-IP Perl-API ( http://www.maxmind.com/download/geoip/api/perl/ )
Geo::IPfree ( http://search.cpan.org/author/GMPASSOS/Geo-IPfree-0.2/ )

安装:
Geo-IP C-API:
#tar xzvf geo-ip-c.tar.gz
#./configure
#make
#make install

Geo-IP Perl-API:
#tar xzvf geo-ip-per.tar.gz
#perl MakeFile.PL
#make
#make install

Geo::IPfree
#tar xzvf geo-ipfree.tar.gz
#perl MakeFile.PL
#make
#make install

最后,在/etc/awstats/awstats.yourdomain.conf中开启Geo::IPfree插件。

更新统计、刷新网站,如果能出现访问者国家的国旗图标就成功了。

另外,如果想对多个虚拟主机配置不同的访问统计,可以生成多个awstats.domain.conf文件,并对其中的域名进行
更改,然后如法炮制的进行配置。注意,如果使用虚拟主机日志的话,则APACHE不会启用全局日志记录!

Geo-IP C-API ( http://www.maxmind.com/download/geoip/api/c/ )
Geo-IP Perl-API ( http://www.maxmind.com/download/geoip/api/perl/ )
这两个是一组,必须先编译安装C的,再编译安装perl的

Geo::IPfree ( http://search.cpan.org/author/GMPASSOS/Geo-IPfree-0.2/)
这单独是一个

上面两个不能同时在awstats里面用,否则会报错说冲突

Originally posted by Nanu at 2005-2-20 16:54
最后,在/etc/awstats/awstats.yourdomain.conf中开启Geo::IPfree插件。

你说的是启用第二个(Geo::IPfree)

# Plugin: GeoIPfree
# Perl modules required: Geo::IPfree version 0.2+ (from Graciliano M.P.)
# Country chart is built from an Internet IP-Country database.
# This plugin is useless for intranet only log files.
# Note: You must choose between using this plugin (need Perl Geo::IPfree
# module, database less up to date) or the GeoIP plugin (need Perl Geo::IP
# module from Maxmind, database more up to date).
# Note: Activestate provide a corrupted version of Geo::IPfree 0.2 Perl
# module, so install it from elsewhere (from www.cpan.org for example).
# This plugin reduces AWStats speed of 10% !
#
LoadPlugin="geoipfree"

个人感觉,用第一种(Geo::IP)比较好,而且支持在线的国家数据库升级

# Plugin: GeoIP
# Perl modules required: Geo::IP or Geo::IP::PurePerl (from Maxmind)
# Country chart is built from an Internet IP-Country database.
# This plugin is useless for intranet only log files.
# Note: You must choose between using this plugin (need Perl Geo::IP module
# from Maxmind, database more up to date) or the GeoIPfree plugin (need
# Perl Geo::IPfree module, database less up to date).
# This plugin reduces AWStats speed of 8% !
#
LoadPlugin="geoip GEOIP_STANDARD"

[ Last edited by ddt2000 on 2005-6-14 at 22:37 ]
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值