I was following a similar issue by another user. I was attempting to follow through the example. But it failed for a some reason
Using Nginx I'm using the following:
log_format main
'$remote_addr - $remote_user [$time_local] "$request" '
'$status $body_bytes_sent "$http_referer" '
'"$http_user_agent" "$http_x_forwarded_for"';
access_log logs/access.log main;
From awstats:
LogFormat = "%host - - %host_r %time1 %methodurl %code %bytesd %refererquot %uaquot %otherquot"
Here is a sample access log: http://pastebin.com/raw.php?i=JDQpuhKR
I'm guessing its the ::ffff: that is causing the issue? Not even sure what it is. What is the correct LogFormat I should be using based upon my access.log?