请教关于awstats的问题!!

请教关于awstats的问题!!

为什么装上之后awstats页面说从未更新.而且全部统计的据都是0,
英语比较差,这上怎么回事?高手帮我看看那个地方没设置对!
/usr/local/awstats/wwwroot/cgi-bin/awstats.pl -config=www.sinea.com -update -Logfile=/var/log/httpd/www.sinea.com-access_log
Create/Update database for config "/usr/local/etc/awstats/awstats.www.sinea.com.conf" by AWStats version 6.6 (build 1.887)
From data in log file "/var/log/httpd/www.sinea.com-access_log"...
Phase 1 : First bypass old records, searching new record...
Searching new records from beginning of log file...
AWStats did not find any valid log lines that match your LogFormat parameter, in the 50th first non commented lines read of your log.
Your log file /var/log/httpd/www.sinea.com-access_log must have a bad format or LogFormat parameter setup does not match this format.
Your AWStats LogFormat parameter is:
1
This means each line in your web server log file need to have "combined log format" like this:
111.22.33.44 - - [10/Jan/2001:02:14:14 +0200] "GET / HTTP/1.1" 200 1234 "http://www.fromserver.com/from.htm" "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)"
And this is an example of records AWStats found in your log file (the record number 50 in your log):
220.173.121.225 - - [03/Apr/2007:13:53:30 +0800] "GET /upload/_up_img/1077169374044954.gif HTTP/1.1" 200 104312
Setup ('/usr/local/etc/awstats/awstats.www.sinea.com.conf' file, web server or permissions) may be wrong.
Check config file, permissions and AWStats documentation (in 'docs' directory).
This means each line in your web server log file need to have "combined log format" like this:

修改httpd.conf里面的CustomerLog后面为需要的
现在好了,为什么不能自动刷新呀
我想让他每小时刷新一次数据:
* 01 * * * /usr/local/awstats/tools/awstats_updateall.pl now -configdir=/usr/local/etc/awstats > /dev/null 2>&1
这样写对吗?
这个看你的系统的规则。