PDA

View Full Version : raw domain logs syntax


anewday
03-22-2008, 11:14 AM
Litespeed generated in /usr/local/apache/domlogs/
24.x.x.x. - - [21/Mar/2008:22:43:39 -0500]GET /index.php?showtopic=28292 HTTP/1.1 200 46171http://www.domainofwebsite.com/index.php?showtopic=28292&st=90Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b4) Gecko/2008030714 Firefox/2.0.0.12

Apache generated

81.x.x.x - - [04/Mar/2008:07:06:09 -0600] "GET /images.html HTTP/1.1" 301 339 "http://www.domainofwebsite.com/" "Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11"


There should be a space before and after the referral url, before the GET, and it's missing 3 sets of quotes.

This seemed to start happening after I upgraded to 3.3.9 yesterday as I noticed a huge drop in the number of daily visits in awstats. The logs probably didn't get parsed correctly.

mistwang
03-22-2008, 02:29 PM
OK, we will investigate.

mistwang
03-23-2008, 03:44 PM
OK, it should be fixed in the updated 3.3.9 release. please download and upgrade.

anewday
03-23-2008, 05:08 PM
Thank you for the speedy fix, the domain logs seem to be in the correct format now.