Page 1 of 1

awstats and log format

PostPosted: 08. February 2007 22:20
by mulanee
Hi there,

I try to setup my awstats.conf to read the datas concerning resolution , browser ...of the access-log.

Awstats works with logformat=1 but doesn't with other values.

With logformat=1 , I get no browser , resolution informations.

Is there a special tuning on the logformat line?

PostPosted: 08. February 2007 22:29
by Wiedmann
I get no browser , resolution informations.

These informations are not stored in the normal Apache logs.

PostPosted: 08. February 2007 22:40
by mulanee
Yes , I agree.
Nevertheless awstats allows it by installing a .js file somewher.
I got information in the log file.
Code: Select all
192.168.0.1 - - [08/Feb/2007:22:34:27 +0100] "GET /toto.php?url=http%3A//ebgy.ath.cx/&pagename=&id=1&res=1024x768&col=32&h=22&m=34&s=27&flash=1&director=0&quicktime=1&realplayer=1&pdf=1&windowsmedia=1&java=1&ref=http%3A//intranet/admin/admin.html HTTP/1.1" 200 43


I just need to put the good format in Logformat

PostPosted: 08. February 2007 23:05
by Wiedmann
Well, I don't know how AWStats exacty get this informations from the JS.

One thing I can see:
With logformat=1

You have configured AWStats, that you have a "combined log format".

Code: Select all
192.168.0.1 - - [08/Feb/2007:22:34:27 +0100] "GET /toto.php?url=http%3A//ebgy.ath.cx/&pagename=&id=1&res=1024x768&col=32&h=22&m=34&s=27&flash=1&director=0&quicktime=1&realplayer=1&pdf=1&windowsmedia=1&java=1&ref=http%3A//intranet/admin/admin.html HTTP/1.1" 200 43

But this is a "common log format".

PostPosted: 11. February 2007 09:15
by mulanee
I assume , that it's a awstats issue , not a lampp one.