????????????????????¨????°???¨??§????????°???????¨??????¬???????????°?????±??????????????§??????
awstatsのアクセスログ集計 |
|
- ????????? 2006/08/16 17:42
- ????????? カル
-
?不明点・障害内容:こちらのサイトを参考にサーバーを構築していますが、awstatsを導入しようとしたとこ
ろログ集計スクリプトを作成し、実行したのですが何度やっても最終の更新が更新なしの ままになってしまいます。 このような場合どうすればいいのでしょうか? よろしくおねがいします。 ?ログの有無 : (有:その内容):# ./awstats.sh Update for config "/etc/awstats/awstats.karuvadosu.com.conf" With data in log file "/var/log/httpd/access_log"... Phase 1 : First bypass old records, searching new record... Searching new records from beginning of log file... Jumped lines in file: 0 Parsed lines in file: 11 Found 10 dropped records, Found 1 corrupted records, Found 0 old records, Found 0 new qualified records. ?Distribution :fedora core 4 Version: ?Service Name : Version: ?ネットワーク構成:
|
■ コンテンツ関連情報
Re: awstatsのアクセスログ集計 ( No.1 ) |
|
- ????????? 2006/08/16 22:07
- ????????? 管理者
-
apacheが出力するaccess_logの形式が『combined』になっていますか?
|
Re: awstatsのアクセスログ集計 ( No.2 ) |
|
- ????????? 2006/08/18 11:28
- ????????? カル
-
管理者さんお返事ありがとうございます。
access_logですがhttp.confを見たら以下のように「combined」になっていました。
# # The following directives define some format nicknames for use with # a CustomLog directive (see below). # LogFormat "%h %l %u %t \"%!414r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined LogFormat "%h %l %u %t \"%r\" %>s %b" common LogFormat "%{Referer}i -> %U" referer LogFormat "%{User-agent}i" agent
|
■ その他