Awstats日志分析(实战)

  
环境准备h5>   

<强> CentOS 7-4:192.168.18.148——祝辞服务器

  

<强>赢得7-1:192.168.18.129——在客户机

     <编辑>在CnetOS 7 - 4中安装服务:   
 <代码类=" language-bash "> [root@localhost ~] # yum安装绑定httpd - y  
  <编辑>在CnetOS 7 - 4中配置DNS服务:   
 <代码类=" language-bash "> root@localhost ~ # vim/etc/named.conf
  选项{
  监听端口53{任何;};# 127.0.0.1改为任何
  listen-on-v6 53端口{::1;};
  目录“/var/命名”;
  转储文件/var/叫/数据/cache_dump.db”;
  statistics-file "/var/叫/数据/named_stats.txt”;
  memstatistics-file "/var/叫/数据/named_mem_stats.txt”;
  recursing-file "/var/叫/数据/named.recursing”;
  secroots-file "/var/叫/数据/named.secroots”;
  allow-query{任何;};# localhost改为任何
  #修改完成后按Esc退出插入模式,输入:wq保存退出
  
  # vim/etc/named.rfc1912.zones root@localhost ~
  #添加以下五行
  区“kgc.com”{
  类型的主人;
  文件“kgc.com.zone”;
  允许更新{没有;};
  };
  #修改完成后按Esc退出插入模式,输入:wq保存退出
  
  # cd/var/named/root@localhost ~
  (root@localhost命名)# cp - p命名。localhost kgc.com.zone
  # vim kgc.com.zone root@localhost命名
  #删除最后一行之后再插入以下内容
  www的192.168.18.148
  (root@localhost命名)# systemctl开始命名
  # vim/etc/httpd/conf/httpd.conf root@localhost ~
  听192.168.18.148:80 # 41行删除注释,IP地址为linux的地址
  # 80 # 42听行添加注释
  ServerName www.kgc.com: 80 # 95行作此更改
  #修改完成后按Esc退出插入模式,输入:wq保存退出
  (root@localhost ~) # systemctl firewalld.service停止
  (root@localhost ~) # setenforce 0
  (root@localhost ~) # systemctl启动httpd  
  

win7-1客户机上的验证操作:

  <编辑>首先在网络适配器中修改DNS解析地址IP: 192.168.18.148   

 Awstats日志分析(实战)

  <编辑>此时可以在浏览器中输入:www.kgc.com访问到Apache测试网页   

 Awstats日志分析(实战)

  <编辑>此时可以回CnetOS 7 - 4中安装Awstats   
 <代码类=" language-bash "> root@localhost ~ # cd/var/log/httpd/[root@localhost httpd] #猫access_log
  192.168.18.129——[16日/0800年12月/2019:13:31:15 +]“得到/HTTP/1.1”403 4897”——““Mozilla/4.0(兼容;MSIE 8.0;Windows NT 6.1;WOW64;三叉戟/4.0;SLCC2;net CLR 2.0.50727;net CLR 3.5.30729;net CLR 3.0.30729;媒体中心电脑6.0)”
  .......下面省略多行
  #此时可以看到的129地址来访问的记录
  
  root@localhost httpd # mkdir/aaa
  [root@localhost httpd] #山。cifs//192.168.10.190/转/aaa
  密码root@//192.168.10.190/rpm:
  [root@localhost httpd] # cd/aaa
  (root@localhost aaa) # ls
  apr-1.6.2.tar。广州hzw.jpeg php
  apr-util-1.6.0.tar。广州inotify-tools-3.14.tar。广州redis-5.0.7.tar.gz
  awstats-7.6.tar。广州jdk ruby-2.4.1.tar.gz
  (root@localhost aaa) #焦油zxvf awstats-7.6.tar。广州- c/opt/(root@localhost aaa) # cd/opt/[root@localhost选择]# mv awstats - 7.6//usr/local/awstats
  # cd/usr/local/root@localhost选择
  (当地root@localhost) # ls
  awstats本等游戏包括自由lib64 libexec sbin分享src
  (当地root@localhost) # cd awstats/工具/[root@localhost工具]# ls
  awstats_buildstaticpages。pl dolibarr maillogconvert。pl xslt
  awstats_configure。pl geoip_generator。pl nginx
  awstats_exportlib。pl httpd_conf urlaliasbuilder.pl
  awstats_updateall。pl logresolvemerge。pl webmin
  #。/awstats_configure.pl root@localhost工具
  ……此处省略多行
  输入您的Web服务器的配置文件路径。
  例如:/etc/httpd/httpd.conf
  例如:/usr/local/apache2/conf/httpd.conf
  例如:c: \ Program files \ apache组\ apache \ conf \ httpd . conf
  配置文件路径('没有'跳过web服务器设置):
  比;/etc/httpd/conf/httpd.Apache conf #输入的配置文件路径
  ……此处省略多行
  你想让我建立一个新的AWStats配置/配置文件
  所需文件(如果第一次安装)(y/N) ?y #确定新建
  ……此处省略多行
  你的网站,虚拟服务器或配置文件名称:
  比;www.kgc.com输入域名
  - - - - -→定义配置文件路径
  目录你打算存储配置文件(s) ?
  默认值:/etc/awstats
  目录路径来存储配置文件(s)(默认输入):
  比;#直接回车
  - - - - -→重启Web服务器/sbin/服务httpd重启的
  重定向/bin/systemctl重启httpd。#此服务时会重启apache服务
  ……此处省略多行
  按回车键继续……#直接回车
  ……此处省略多行
  比;perl awstats。pl - update配置=www.kgc.com
  你也可以阅读你的统计数据与URL:“www.kgc.com”
  比;http://localhost/awstats/awstats.pl?config=www.kgc.com提示访问路径,在地址栏中输入就可以看到日志访问系统的网页
  按回车键完成……#直接回车
  
  #检查Apache配置文件中是否有awstats的模块:
  # cd/etc/httpd/conf root@localhost工具
  (root@localhost conf) # vim httpd . conf
  #按大写字母G到末行,可以看到新加入的awstats内容,如下:
  #注意需要做权限的修改! ! !
  别名/awstatsclasses "/usr/地方/awstats/wwwroot/类/?
  别名/awstatscss“/usr/地方/awstats wwwroot/css/?
  别名/awstatsicons“/usr/地方/awstats wwwroot/图标/?
  ScriptAlias awstats/?usr/地方/awstats wwwroot/目录/?
  
  #
  #这是允许URL访问脚本/AWStats目录中的文件。
  #
  & lt;目录“/usr/地方/awstats/wwwroot”比;
  选项没有
  AllowOverride没有
  null
  null
  null
  null
  null
  null
  null
  null
  null
  null
  null
  null
  null
  null
  null
  null
  null
  null
  null
  null
  null
  null
  null
  null
  null
  null
  null
  null
  null
  null
  null
  null
  null
  null
  null
  null
  null
  null
  null
  null
  null
  null
  null
  null
  null
  null
  null
  null
  null
  null
  null
  null
  null
  null
  null
  null
  null
  null

Awstats日志分析(实战)