安裝AWstats分析http日誌信息.vim
[root@client ~]# yum -y install awstats服務器
自動生成相關配置文件awstats.(hostname).conf ide
[root@client ~]# vim /etc/awstats/awstats.server.example.com.conf網站
# line 122: 修改ui
# 若是你的httpd.conf配置文件中的日誌類型是 'combined' 就設置爲 '1'雲計算
# 若是是 'common' set here '4'。spa
LogFormat=1rest
# line 153: 指定你的主機名日誌
SiteDomain="server.example.com"orm
# line 168: 主機別名:
HostAliases="localhost 127.0.0.1 REGEX[server\.world$] REGEX[^10\.0\.0\.]"
[root@client ~]# vi /etc/httpd/conf.d/awstats.conf
# line 30: 容許訪問的IP地址
Require ip 192.168.96.0/24
[root@client ~]# systemctl restart httpd
# 生成報告 ( 報告會被計劃任務每間隔一個小時更新一次 )
[root@client ~]# /usr/share/awstats/wwwroot/cgi-bin/awstats.pl -config=server.example.com -update