找到「LogFile=」的部份,修改並加上加上你要讀的access log檔,例如:LogFile="/var/log/nginx/access.log"
找到「LogFormat=」的部份,將預設的4修改為1,如:LogFormat=1 (如果後面執行的時候顯示格式有錯,可以改回4,但是可能有些東西會沒辦法分析)
找到「SiteDomain=」的部份,設定你網站的網址,如:SiteDomain="www.domain.com"
找到 Lang="auto" 改為 Lang="tw-utf8" 這樣待會增加的 UTF8 才能夠正常顯示
# cd /usr/share/awstats/lang
# cat awstats-tw.txt | sed -e 's/big5/utf-8/' | iconv -f big5 -t utf8 > awstats-tw-utf8.txt
server {
server_name www.domain.com;
location ~ \.pl$
{
root /usr/lib;
fastcgi_pass unix:/var/run/fcgiwrap.socket;
fastcgi_read_timeout 5m;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include /etc/nginx/fastcgi_params;
}
location /icon/ {
alias /usr/share/awstats/icon/;
}
}
00 3 * * * root /usr/lib/cgi-bin/awstats.pl -config=www.domain.com -update > /dev/null
歡迎光臨 ADJ網路實驗室 (http://dz.adj.idv.tw/) | Powered by Discuz! 6.0.0 |