User Post
9:36 am July 15, 2009
dlugasx
Member
posts 5
Hi all,
this is my first post on this forum. This website is like a 100$ on the street. :) Realy good but hard to find :).
Back to subject. I have a problem with my Awstats installation.
I cant see any entrys for Sections:
- Robots
- Operating Systems
- WebBrowsers
How can I configure this ?
Would be great if somebody can help me.
greetings from germany
Dlugasx
10:15 am July 15, 2009
Jean-Luc
Admin
posts 1044
Hallo Dlugasx,
Please paste here the LogFormat definition from your AWStats config file. Also paste a few lines from the log file. This will help understand why you don't see the robots, operating systems and browsers in the reports.
10:20 am July 15, 2009
dlugasx
Member
posts 5
Here You have a LogFormat:
# LogFormat = “%host %other %logname %time1 %methodurl %code %bytesd %refererquot %uaquot”
LogFormat=1
I have tried with LogFormat=4 and its also doesnt work.
Here You have an Apache log:
84.56.xx.107 – - [28/Jun/2009:00:23:23 +0200] “POST /adm/index.php?sid=93d6220e15df5e7222fdc3ac5b08f049 HTTP/1.1″ 200 3274 84.56.xx.107 – - [28/Jun/2009:00:23:24 +0200] “GET /style.php?sid=ec878baae2e34595b9e025dc2f843a73&id=2&lang=de HTTP/1.1″ 200 13553 84.56.xx.107 – - [28/Jun/2009:00:23:25 +0200] “GET /adm/index.php?sid=ec878baae2e34595b9e025dc2f843a73 HTTP/1.1″ 200 4830 84.56.xx.107 – - [28/Jun/2009:00:23:26 +0200] “GET /adm/style/admin.css HTTP/1.1″ 200 30722 84.56.xx.107 – - [28/Jun/2009:00:23:26 +0200] “GET /adm/images/phpbb_logo.gif HTTP/1.1″ 200 3883 84.56.xx.107 – - [28/Jun/2009:00:23:26 +0200] “GET /adm/images/bg_tabs1.gif HTTP/1.1″ 200 2325
Thanks for fast answer.
10:32 am July 15, 2009
Jean-Luc
Admin
posts 1044
AWStats cannot show the robots, browsers and operating systems because there is no user agent field in your log file.
You need to change the Log Format settings of your Apache server and make it include the user agent (and preferably the referrer field as well). So you will have the referrer and the user agent in your log file and AWStats will be able to extract these data and show them in the reports.
11:06 am July 15, 2009
dlugasx
Member
posts 5
1:09 pm July 15, 2009
dlugasx
Member
posts 5
Ok I have managed this problem with logs. Right now it looks like this.
84.xx.xx.246 – - [15/Jul/2009:20:05:09 +0200] "GET /awstats/awstats.pl?config= dertest.org&framename=mainleft HTTP/1.1 " 200 11388 "http:/ /dertest.org/awstats /awstats.pl?config=de.open-forums.org" "Mozilla/5.0 (Windows; U; Windows NT 5. 2; en; rv:1.9.0.11) Gecko/2009060215 Fi refox/3.0.11"
84.xx.xx.246 – - [15/Jul/2009:20:05:09 +0200] "GET /awstats/awstats.pl?config= dertest.org&framename=mainright HTTP/1. 1" 200 80332 "http:/ /de.open-forums.org/ /awstats/awstats.pl?config=de.open-foru ms.org" "Mozilla/5.0 (Windows; U; Windo ws NT 5.2; en; rv:1.9.0.11) Gecko/20090 60215 Firefox/3.0.11"
Still , I cant see any robots, browsers, and OS. What should I do now ?
Would be great if You can help me.
1:24 pm July 15, 2009
dlugasx
Member
posts 5
OK I solved the problem. Thanks once again for the nice support :)