クラウドフロントログファイルを読み取るようにawstatsを設定しましたが、バナーに使用される画像である特定のファイルのヒットに関するレポートを生成できる必要があります。「NotPageList」オプションを変更して画像ファイルを除外し、awstats * .txtデータファイルを削除して新しい更新を実行しましたが、jpg画像はまだページとしてカウントされません。これを機能させるには何をする必要がありますか?
LogFile="/var/log/cloudfront-logs/mydomain.log"
LogFormat="%time2 %cluster %bytesd %host %method %virtualname %url %code %referer %ua %query"
LogSeparator="\t"
SiteDomain="d2fxxxxxx.cloudfront.net"
HostAliases="d2fxxxxxx.cloudfront.net"
NotPageList="css js class bmp ico rss xml swf"
DecodeUA=1