I am using the following log format:
in the httpd.conf file:
LogFormat "%v:%p %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined
CustomLog /mypath/web.log
In the awstats.mysite.conf file:
LogFormat = "%virtualname:%other %host %other %logname %time1 %methodurl %code %bytesd %refererquot %uaquot"
Actually before I even run the awstats.pl perl program I noticed the web.log file
does not contain the refering search engine in it no Bing or bing etc..
I
I am trying to obtain search engine and referer hosts etc... but the stated format does not appear to be providing that . I need help!!!!