配置AWSTATS用于分析web访问日志(apache tomcat yaws)
此教程可以分析apache tomcat yaws日志。
操作环境:
Cent os 5.5
Apache
软件列表:
Httpd-2.2.9.tar.gz
awstats-7.0.tar.gz
官方参考文档:
http://awstats.sourceforge.net/
一、安装apache
1) 下载软件包、解压。解压至/usr/src/
tar -zxvf httpd-2.2.9.tar.gz -C /usr/src/
2) 进入解压目录、进行编译器配置
./configure --prefix=/usr/local/apache2 --enable-so --enable-rewrite
2) 编译并安装
make && make install
3) 启动apache服务
/usr/local/apache2/bin/apachectl start
4) 验证网站、输入ip地址即可访问。
二、安装配置awstats
1) 配置