网站日志分析工具 Webalizer 2.21 ..
时间:2010-09-27 来源:wupeng606
文档格式:reStructuredText
=================
Lab for Webalizer
=================
Author: Frank Wu
Date: 2010-09-27
Prepare:
========
::
yum install GeoIP GeoIP-devel gd gd-devel
Make it exist: /usr/share/GeoDB
To download GeoDB from::
http://webalizer.linux-mirror.org/pub/webalizer/geodb/
Install:
========
::
./configure --enable-geoip --prefix=/usr/local/webalizer
make install
Run:
====
::
/usr/local/webalizer/bin/webalizer /path/to/access_log
The last command will create a 'index.html' and some other files which can be accessed by Firefox from Client.
..note :: There are some parameters in the configuration file to customize the webliazer.
Reference:
==========
* Sample conf: /usr/local/webalizer/etc/webalizer.conf.sample
* Install instruction: ftp://ftp.mrunix.net/pub/webalizer/INSTALL