[研究] AWStats 7.8 分析一堆舊 IIS log
2021-03-10續這篇
[研究] AWStats 7.8 安裝 (tgz)(CentOS 8.3 x86_64)
備份設定
/bin/cp -f /etc/awstats/awstats.www.shaurong.idv.tw.conf /etc/awstats/1.conf
修改設定 vi /etc/awstats/1.conf
把
LogFile="/var/log/httpd/mylog.log"
改成
LogFile="/var/log/iis/iis.log"
寫一個 run.sh,內容如下 (用迴圈每次替換 log 名稱,更新分析結果)
for i in `ls /var/log/iis/*.log`
do
date
echo $i
/bin/cp -f /etc/awstats/1.conf /etc/awstats/awstats.www.shaurong.idv.tw.conf
sed -i -e "s@/var/log/iis/iis.log@$i@" /etc/awstats/awstats.www.shaurong.idv.tw.conf
cat /etc/awstats/awstats.www.shaurong.idv.tw.conf | grep $i
/usr/local/awstats//wwwroot/cgi-bin/awstats.pl -update -config=www.shaurong.idv.tw
echo ""
done
執行
[root@localhost ~]# chmod +x run.sh
[root@localhost ~]# ./run.sh
參考
[研究] AWStats 7.8 分析一堆舊 IIS log
http://shaurong.blogspot.com/2021/03/awstats-78-iis-log.html
http://shaurong.blogspot.com/2021/03/awstats-78-iis-log.html
[研究] AWStats 7.8 安裝 (tgz)(CentOS 8.3 x86_64)
http://shaurong.blogspot.com/2021/03/awstats-78-tgzcentos-83-x8664.html
http://shaurong.blogspot.com/2021/03/awstats-78-tgzcentos-83-x8664.html
[研究] AWStats 7.2 安裝 (tgz)(CentOS 6.5 x86_64)
http://shaurong.blogspot.tw/2013/12/awstats-72-tgzcentos-65-x8664.html
[研究] AWStats 7.2快速安裝程式精簡版(tgz)(CentOS 6.5 x86_64)
http://shaurong.blogspot.tw/2013/12/awstats-72tgzcentos-65-x8664.html
沒有留言:
張貼留言