安装过程如下:
安装日志分析前系统已经安装Apache 2.0.53,d:/Apache Group/Apache2
1. 安装 ActivePerl 解析器
使用ActivePerl-5.8.4.810版 ,安装到d:/perl目录,安装过程中全部选择的y, 在cmd中运行
C:/>path=%path%;d:/perl/bin.把文件mod_perl.so 拷贝到 Apache2/modules目录下, 修改apache的
httpd.conf,在适当位置加入:LoadFile "D:/Perl/bin/perl58.dll"和LoadModule perl_module
modules/mod_perl.so
2. 安装Awstats
使用的awstats-61.exe安装,安装到d:/Apache Group/awstats,安装时需要输入Apache的安装路
径和网站名称,其他全部选择y。
在httpd.conf文件中,将#This is to permit URL access to scripts/files in AWStats
directory.#
Options None
AllowOverride None
Order allow,deny
Allow from all
ServerAdmin [email protected]
DocumentRoot "D:/Apache Group/AWStats/wwwroot"
ServerName www.aa.com
DirectoryIndex index.jsp index.htm index.html
ErrorLog logs/dummy-host.example.com-error_log
CustomLog "|d:/weblogs/cronolog.exe d:/weblogs/logs/%y%m%d.log" combined
进入d:/Apache Group/awstats/wwwroot/cgi-bin 目录,打开awstats.pl和awredir.pl,把第一句
改为:#!D:/Perl/bin/perl.exe
3. 安装 cronolog 工具
将cronolog.exe放到d:/weblogs/目录下
在d:/weblogs/目录下创建d:/weblogs/logs目录
修改httpd.conf文件,将其中的一句:CustomLog logs/access.log common 改为:CustomLog
"|d:/weblogs/cronolog.exe d:/weblogs/logs/access_%y%m%d.log" combined
4. 修改安装Awstats后生成的awstats.网站名称.conf文件,
LogFile="/var/log/httpd/mylog.log " 改为:LogFile="d:/weblogs/logs/access_%YY-24%MM-
24%DD-24.log"
SiteDomain="网站名称" 改为:SiteDomain="www.网站名称.com"
HostAliases="…" 改为:HostAliases="网站名称 www.网站名称.com localhost 127.0.0.1 "
SkipFiles="" 改为:SkipFiles="/awstats/awstats.pl REGEX[^//awstats]"
NotPageList="css js class gif jpg jpeg png bmp ico" 改为: NotPageList="css js class gif jpg jpeg png bmp ico swf
DirData="d:/Apache Group/awstats/data"
DirCgi="d:/Apache Group/awstats/wwwroot/cgi-bin"
DirIcons="d:/Apache Group/awstats/wwwroot/icon"
配置完后在web中执行http://www.网站名称.com//awstats/awstats.pl?config=网站名称,但页面出现如
下错误:
HTTP Status 404 - /awstats/awstats.pl
--------------------------------------------------------------------------------
type Status report
message /awstats/awstats.pl
description The requested resource (/awstats/awstats.pl) is not available.
--------------------------------------------------------------------------------
Apache Tomcat/5.0.28
请教是哪里除了问题啊?weblogs/logs下日志已经生成。