Awstats

Awstats 未顯示訪問者

  • June 29, 2009

我最近使用這些命令安裝了 awstats:

yum install awstats
cd /usr/share/awstats/tools/
/usr/bin/perl awstats_configure.pl
   -> /etc/httpd/conf/httpd.conf
   -> www.ysend.com
   -> /etc/awstats
/usr/share/awstats/tools/awstats_updateall.pl now
mkdir /home/cron
nano /home/cron/www.ysend.com.cron
   -> 10 * 1 * * /usr/share/awstats/tools/awstats_updateall.pl now
crontab /home/cron/www.ysend.com.cron
crontab -l
nano /etc/httpd/conf.d/awstats.conf
   -> Allow from **MY IP**
/etc/init.d/httpd restart

但是,當我訪問我的 Awstats 頁面時,它只顯示 1 個唯一身份訪問者。我有數百個獨特的訪客。知道發生了什麼嗎?

如果我嘗試執行 awstats_updateall.pl,它會說:

從日誌文件“/var/log/httpd/access_log”中的數據…

我如何告訴它指向/home/ysend/custom.log?

自從我設置 awstats 以來已經有一段時間了,但我很確定 CONF 文件中有一個指令指向您的日誌位置。如果自定義 CONF 文件使用包含的主 CONF 文件(就像我為我的伺服器設置的那樣),請注意,因為該選項可以在包含的文件中設置。

引用自:https://serverfault.com/questions/33458