安装
AWStats
插件分析
Weblogic
日志
l
准备软件
需要三个软件:
awstats-6.5
、
apache_2.0.58-win32-x86-no_ssl
和
ActivePerl-588-817
l
安装软件
安装
awstats
只需要把压缩包减压到
D:\awstats.
安装
apache
运行
msi
程序进行安装,最好把安装目录改为:
D:\Apache2
。
安装
activeperl
,需要先解压
zip
文件,然后运行
install.bat
脚本文件,并把它安装到
D
:
\perl
l
配置软件
1
、为了执行
perl
脚本,需要在环境变量
path
里添加
d:\perl\bin;
运行
perl awstats_configure.pl
用问答的形式配置
apache
,目的是让
apache
能构运行
awstats
的
CGI
。
配置结果在
apache
的
conf
目录下,
httpd.conf
文件被修改。修改的结果是,在后面追加下列内容:
#
# Directives to allow use of AWStats as a CGI
#
Alias /awstatsclasses "D:/awstats/wwwroot/classes"
Alias /awstatscss "D:/awstats/wwwroot/css"
Alias /awstatsicons "D:/awstats/wwwroot/icon"
ScriptAlias /awstats/ "D:/awstats/wwwroot/cgi-bin/"
#
# This is to permit URL access to scripts/files in AWStats directory.
#
<Directory "D:/awstats/wwwroot">
Options None
AllowOverride None
Order allow,deny
Allow from all
</Directory>
|
接着提示输入配置文件名,例如输入
ming
,会在
D:\awstats\wwwroot\cgi-bin\
目录下产生一个文件:
awstats.ming.conf
打开这个
awstats.ming.conf
文件,查看下列配置是否正确?
LogFile="D:/bea/user_projects/mydomain/sbts/access.log"
(注:这里假设我的
weblogic
安装在
D
:盘)
LogType=W
(注:日志类型为
Web
)
LogFormat=4
(注:
webloigc
的
access
日志类型应该为
4
)
SiteDomain="ming"
(注:需要和上面提示输入的名称一致)
2
、更新统计数据库
运行一下脚本:
perl awstats.pl -config=mysite -update
|
事实上,需要长期保持更新日志统计的结果。在
windows
上,使用任务计划,定期执行上述脚本。
3
、配置
apache
的配置文件
httpd.conf
。
检查是否有下面这样的配置
AddHandler cgi-script .cgi .pl (
注:
.pl
是为了让
apache
运行
perl
脚本
)
4
、修改
awstats.pl
脚本,把开头改为:
#!D:/perl/bin/perl
(注:
perl
的执行路径,否则无法运行脚本)
5
、测试配置
在
IE
输入下列地址:
http://localhost/awstats/awstats.pl?config=ming