Ubuntu/Apache2/AWSTATS Browser/OS Data Missing
by dervish on Feb.22, 2011, under Linux
Edit awstats.*.conf in /etc/awstats and verify LogFormat equals 1, and not 4.
# Examples for Apache combined logs (following two examples are equivalent):
# LogFormat = 1
# LogFormat = “%host %other %logname %time1 %methodurl %code %bytesd %refererquot %uaquot”
#
# Example for IIS:
# LogFormat = 2
#
LogFormat=1
To regenerate information, rm *domain* from /var/lib/awstats. AWSTATS will then recreate all data in the access logs the next time the web forms are created.
Leave a Reply
You must be logged in to post a comment.