安裝 awstats apache on centos
- Category: 電腦相關
- Last Updated: Sunday, 25 March 2012 00:52
- Published: Saturday, 24 March 2012 22:13
- Written by sam
使用 AWStats 來 分析 apache 流量
安裝方式請參考 另一篇
再來就是依序 照作即可
cp /usr/local/awstats/tools/httpd_conf /etc/httpd/conf.d/awstats.conf
cp 一份原始設定檔為新檔 以利修改
cp /etc/awstats/awstats.model.conf /etc/awstats/awstats.XXX.conf
編輯
vi /etc/awstats/awstats.XXX.conf
修改 apache log 位置
logfile="/var/log/httpd/access_log"
icons
diricons="/awstatsicons"
sitedomain="myla.gotdns.com"
lang="tw"
存檔離開
先執行 service httpd reload
再至 /usr/local/awstats/wwwroot/cgi-bin/ 路徑
perl awstats.pl -config=myla -update 請更改為自訂名稱
再來 前往
http://你的ip或網域名/awstats/awstats.pl?config=myla
查看 執行結果
最後就是自動執行請將之加入 cron 即可!!!