欢迎各位兄弟 发布技术文章

这里的技术是共享的

You are here

awstats安装配置 有大用

shiping1 的头像

安装包下载:http://awstats.sourceforge.net/
注:目前版本已经更新到awstats7.0
把安装包通过ftp等工具上传到实验、上线的环境
/home(根据个人情况)
解压 tar –zxf awstats7.0.tar.gz
会解压出一个目录,名为awstats7.0
在此目录下会有
docs  README.TXT  tools  wwwroot 三个文件夹和一个帮助文件
awstats7.0移动到/usr/local并改名为awstats
mv  /home/awstats7.0  /usr/local
mv  /usr/local/awstasts7.0  /usr/local/awstasts
运行配置脚本生成awstats的配置文件 
 cd /usr/local/awstats/tools 
 perl awstats_configure.pl  
 先输入web服务器配置文件的路径  /usr/local/lamp/apache2/conf/httpd.conf
输入网站的域名 www.yufang.com
回车使用默认的配置/etc/awstats(最好使用默认配置,否则会出现很多意想不到的错误)

3  配置/etc/awstats/awstats.www.yufang.com.conf
 设置web server的logfile位置 
 编辑LogFile为web server的log文件位置 
  LogFile=/usr/local/lamp/apache2/logs/access_log 
  注:一定保证和httpd.conf中的log文件保证一致,httpd.conf中log名称为 
       logs/abcd-access_log 
   设置要分析的服务日志类型 
    LogType=W   
    w表示为WEB日志 
   设置日志格式 
     LogFormat=1  
    1表示采用NCSA apache combined/ELF/XLF log format 
   设置所要分析网站域名 
   SiteDomain="www.yufang.com
   引号中一定要填上域名,或者服务器主机名 
   设置awstats的数据库存放目录 
   DirData="/usr/local/awstats/data"
注:在执行完 perl awstats_configure.pl 后,自动生成的awstats.www.yufang.com.conf
文件中基本信息都已配置好。我们要改的只有Logflie和DirData选项。
根据配置文件内容建立mkdir -p /usr/local/awstasts/data
Chmod -R 755 /usr/local/awstats/data
chmod  755 /usr/local/awstats/wwwroot/cgi-bin/*.pl  
注1:一定要进行相关文件(夹)的授权,否则访问页面权限会不够。
注2: 注:rpm安装包里面的*.pl都具有执行权限,tar包里面的*.pl却没有。
4创建awstats初始化数据库
/usr/local/awstats/wwwroot/cgi-bin/awstats.pl -update -config=www.yufang.com
注:执行过程中可能会报如下错误:

日志的格式不匹配
解决方式:删掉access_log,重新启动apache
会在相应位置再次生成access_log
生成相应的配置文件
在httpd.conf
Documentroot下的路径添加一个awstats的文件夹
Mkdir /usr/local/lamp/apache2/htdocs/awstats
执行
/usr/local/awstats/tools/awstats_buildstaticpages.pl -update -config=www.yufang.com -lang=cn -dir=/usr/local/lamp/apache2/htdocs/awstats -awstatsprog=/usr/local/awstats/wwwroot/cgi-bin/awstats.pl
 
查看主页流量分析 
 http://IP或域名/awstats/awstats.pl?config=www.yufang.com

进行若干次访问
记录会更新(同时体现在access_log日志文件会有记录)

刷新页面

需要认证才能访问流量统计页面
1 设置用户admin有权访问该页面 
  cd /usr/local/lamp/apache2/bin 
   ./htpasswd  -c /usr/local/apache2/password admin

2 修改httpd.conf

添加
AuthType Basic
AuthName "Restricted Files"
AuthUserFile /usr/local/lamp/apache2/password
Require user admin

来自 http://happyfang.blog.51cto.com/3214119/635110

awstats安装配置

一、安装apache(省略)
二、安装配置awstats
把下载好的安装包解压,然后把解压出来的文件放到安装路径如:/usr/local,重命名为awstats然后开始安装
cd awstats/tools/
perl awstats_configure.pl
 以下内容为安装过程:
 
----- AWStats awstats_configure 1.0 (build 1.9) (c) Laurent Destailleur -----
This tool will help you to configure AWStats to analyze statistics for
one web server. You can try to use it to let it do all that is possible
in AWStats setup, however following the step by step manual setup
documentation (docs/index.html) is often a better idea. Above all if:
- You are not an administrator user,
- You want to analyze downloaded log files without web server,
- You want to analyze mail or ftp log files instead of web log files,
- You need to analyze load balanced servers log files,
- You want to 'understand' all possible ways to use AWStats...
Read the AWStats documentation (docs/index.html).
 
-----> Running OS detected: Linux, BSD or Unix
 
-----> Check for web server install
 
Enter full config file path of your Web server.
Example: /etc/httpd/httpd.conf
Example: /usr/local/apache2/conf/httpd.conf
Example: c:\Program files\apache group\apache\conf\httpd.conf
Config file path ('none' to skip web server setup):
> /etc//httpd/conf/httpd.conf     (apache配置文件路径)
 
-----> Check and complete web server config file '/etc//httpd/conf/httpd.conf'
 Add 'Alias /awstatsclasses "/usr/local/awstats/wwwroot/classes/"'
 Add 'Alias /awstatscss "/usr/local/awstats/wwwroot/css/"'
 Add 'Alias /awstatsicons "/usr/local/awstats/wwwroot/icon/"'
 Add 'ScriptAlias /awstats/ "/usr/local/awstats/wwwroot/cgi-bin/"'
 Add '<Directory>' directive
 AWStats directives added to Apache config file.
 
-----> Update model config file '/usr/local/awstats/wwwroot/cgi-bin/awstats.model.conf'
 File awstats.model.conf updated.
 
-----> Need to create a new config file ?
Do you want me to build a new AWStats config/profile
file (required if first install) [y/N] ? y     选择y,同意创建一个新的对象配置文件)
 
-----> Define config file name to create
What is the name of your web site or profile analysis ?
Example: demo
Your web site, virtual server or profile name:
> www.ifind.com       为统计对象创建代号(推荐以网站URL作为代号)
 
-----> Define config file path
In which directory do you plan to store your config file(s) ?
Default: /etc/awstats
Directory path to store config file(s) (Enter for default):
>     (直接按回车,接受将Awstats的配置文件置于/etc/awstats)
 
-----> Create config file '/etc/awstats/awstats.www.ifind.com.conf'
 Config file /etc/awstats/awstats.www.ifind.com.conf created.
 
-----> Restart Web server with '/sbin/service httpd restart'
停止 httpd:                                               [确定]
启动 httpd:                                               [确定]
 
-----> Add update process inside a scheduler
Sorry, configure.pl does not support automatic add to cron yet.
You can do it manually by adding the following command to your cron:
/usr/local/awstats/wwwroot/cgi-bin/awstats.pl -update -config=www.ifind.com
Or if you have several config files and prefer having only one command:
/usr/local/awstats/tools/awstats_updateall.pl now
Press ENTER to continue...
(按回车继续进行配置)
 
A SIMPLE config file has been created: /etc/awstats/awstats.www.ifind.com.conf
You should have a look inside to check and change manually main parameters.
You can then manually update your statistics for 'www.ifind.com' with command:
> perl awstats.pl -update -config=www.ifind.com
You can also read your statistics for 'www.ifind.com' with URL:
 
Press ENTER to finish...    (按回车结束初始配置)
 
 
然后对刚刚创建的对象配置文件进行配置。
vi /etc/awstats/awstats.www.ifind.com
LogFile="/var/log/httpd/mylog.log" 找到这一行,修改日至文件所在位置

LogFormat=1       设置要分析的日志类型
1 - Apache or Lotus Notes/Domino native combined log format (NCSA combined/XLF/ELF log format)
2 - IIS or ISA format (IIS W3C log format). See FAQ-COM115 For ISA.
3 - Webstar native log format.
4 - Apache or Squid native common log format (NCSA common/CLF log format)
 
DirData="/var/lib/awstats"  找到这一行,更改Awstats数据的保存位置
 
Lang="auto"    设置显示语言,默认为简体中文
接下来,再对httpd.conf中面向Awstats的部分进行确定。
vi /etc/httpd/conf/httpd.conf
看看是否有以下内容
----------------------------------------------------
Alias /awstatsclasses "/usr/local/awstats/wwwroot/classes/"
Alias /awstatscss "/usr/local/awstats/wwwroot/css/"
Alias /awstatsicons "/usr/local/awstats/wwwroot/icon/"
ScriptAlias /awstats/ "/usr/local/awstats/wwwroot/cgi-bin/"
----------------------------------------------------
<Directory "/usr/local/awstats/wwwroot">
    Options None
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>    可以配置访问权限
重新启动HTTP服务,使设置生效
 
 
 
配置完毕后,我们可以通过各种适用于自己的方式,定义统计的方式以及输出的结果。
1,创建一个脚本vi /root/awstats.sh 
#!/bin/bash
/usr/local/awstats/wwwroot/cgi-bin/awstats.pl -update -config=改一下权限即可www.ifind.com   
 
  要关闭selinux
 
2,然后在客户端的浏览器上访问 http://服务器IP地址(或你的域名)/awstats/awstats.pl?config=即可看到详细的分析统计资料,如下图:www.ifind.com
完成以上配置,我们已经可以通过客户端的浏览器,掌握Web服务器的访问量、来路等等详细的信息,但由于Awstats的统计是基于Apache日志的, 我们必须通过awstats.pl对当前最新的日志文件进行统计才能得到最新的统计结果。也就是说,在我们运行自行创建的awstats.sh脚本之前, 当前在客户端能够看到的统计分析结果,只是上一次运行awstats.sh脚本时统计的结果。想得到最新的统计结果,必须再次运行awstats.sh。 在这里,我们将其设置为每天定时自动运行,以便于每天都能查看到最新的信息。如下:0 0 * * * /root/awstats.sh
 

本文出自 “流水莫须” 博客,请务必保留此出处
关于多站点的配置 我这里其实 只要两步
 

1) cd /etc/awstats 
cp awstats.www.a.com.con.conf awstats.bbs.a.com.conf 
cp awstats.www.a.com.con.conf awstats.diy.a.com conf
复制 产生各个虚拟主机的 awstats.*.conf
2)进各个 awstats.*.conf 修改 SiteDomain 即域名


http://liushuimoxu.blog.51cto.com/4622731/810660
来自 http://liushuimoxu.blog.51cto.com/4622731/810660


普通分类: