You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Takacs Istvan <is...@hungax.com> on 2002/03/13 14:31:17 UTC

Log entries?

Hi

I want to make some statistics from apache
log files, but I don't understand which entry
makes an apache session unique?

So, if I have a lot of entries, eg;

195.56.97.121 - - [06/Mar/2002:09:19:39 +0100] "GET /index.html HTTP/1.1"
200 1110
195.56.97.121 - - [06/Mar/2002:09:19:39 +0100] "GET /index.html HTTP/1.1"
200 1110

than how can I know that the first entry is a unique visitor?
I tried to insert a false entry into the log file and changed just the IP
address, like;

143.56.97.121 - - [06/Mar/2002:09:19:39 +0100] "GET /index.html HTTP/1.1"
200 1110

But when I ran the statistic maker (webalizer) than it just incremented
the number of HIT/day number, not the visitor/day.

So, how does they work? What makes an entry a visitor/day in the statistics?

Thanks in advance!

Regards;

Istvan


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org