日志分析系统 --- AWStats

下载:

http://sourceforge.net/projects/awstats/
http://www.apachefriends.org/en/index.html
http://downloads.activestate.com/ActivePerl/releases/5.16.3.1603/ActivePerl-5.16.3.1603-MSWin32-x86-296746.msi

测试环境

Microsoft Windows 7 Ultimate

AWStats 安装和使用

1. 安装ActiveState --- Perl

2. 安装xampp

3. 安装AWStats

    3.1.将AWStats解压到文件夹D:\xampp\awstats\
    3.2. cd /d  D:\xampp\awstats\tools
    3.3  perl awstats_configure.pl
            ----- 按提示配置,配置完成后会在D:\xampp\awstats\wwwroot\cgi-bin下生成一个配置文件
    3.4  修改Apache的配置文件 httpd.conf,如下所示:


-----------------------------------------第一处------------------------------------------------

<IfModule alias_module>
    #
    # Redirect: Allows you to tell clients about documents that used to
    # exist in your server's namespace, but do not anymore. The client
    # will make a new request for the document at its new location.
    # Example:
    # Redirect permanent /foo http://www.example.com/bar

    #
    # Alias: Maps web paths into filesystem paths and is used to
    # access content that does not live under the DocumentRoot.
    # Example:
    # Alias /webpath /full/filesystem/path
    #
    # If you include a trailing / on /webpath then the server will
    # require it to be present in the URL.  You will also likely
    # need to provide a <Directory> section to allow access to
    # the filesystem path.

    #
    # ScriptAlias: This controls which directories contain server scripts.
    # ScriptAliases are essentially the same as Aliases, except that
    # documents in the target directory are treated as applications and
    # run by the server when requested rather than as documents sent to the
    # client.  The same rules about trailing "/" apply to ScriptAlias
    # directives as to Alias.
    #
    ScriptAlias /cgi-bin/ "D:/xampp/cgi-bin/"
    Alias /awstatsclasses "D:/xampp/awstats/wwwroot/classes/"
    Alias /awstatscss "D:/xampp/awstats/wwwroot/css/"
    Alias /awstatsicons "D:/xampp/awstats/wwwroot/icon/"
    ScriptAlias /awstats/ "D:/xampp/awstats/wwwroot/cgi-bin/"


</IfModule>

--------------------------------第二处------------------------------

<Directory "D:/xampp/awstats/wwwroot">
    AllowOverride All
    Options None
    Require all granted
</Directory>

4.使用AWStats
   访问localhost/awstats/awstats.pl?config=demo
   如果提示错误“couldn't create child process: 720002: awstats.pl”,
   请将D:/xampp/awstats/wwwroot/cgi-bin/awstats.pl的第一行改为perl的安装路径,例如:
   #!C:\Perl\bin\perl

   如果对配置文件做了修改,使用下面命令更新配置:

   perl awstats.pl -config=awstats.demo.conf -update  # 更新配置 ---- [如何配置,请参考文件内的提示]


   成功后,如下图所示:

     



推荐:

http://www.ibm.com/developerworks/cn/linux/l-cn-awstats-nginx/

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值