View previous topic :: View next topic |
Author |
Message |
Roxxor Apprentice


Joined: 04 Jun 2003 Posts: 225 Location: Stockholm, Sweden
|
Posted: Sun Jun 12, 2005 10:33 am Post subject: Apache access log translation |
|
|
I always get these kind of messages in my apache access log file.
What does it say?
(I have modified the IP addresses).
Code: |
85.22.x.x - - [11/Jun/2005:19:30:06 +0000] "GET / HTTP/1.0" 200 1456 "-" "-"
85.22.x.x - - [11/Jun/2005:19:41:39 +0000] "GET / HTTP/1.0" 200 1456 "-" "-"
85.22.x.x - - [11/Jun/2005:19:42:06 +0000] "GET / HTTP/1.0" 200 1456 "-" "-"
85.22.x.x - - [11/Jun/2005:20:07:48 +0000] "GET / HTTP/1.0" 200 1456 "-" "-"
85.22.x.x - - [12/Jun/2005:11:22:56 +0000] "GET / HTTP/1.0" 200 1456 "-" "-"
85.22.x.x - - [12/Jun/2005:11:35:50 +0000] "GET / HTTP/1.0" 200 1456 "-" "-"
85.22.x.x - - [12/Jun/2005:11:50:31 +0000] "GET / HTTP/1.0" 200 1456 "-" "-"
85.22.x.x - - [12/Jun/2005:11:59:52 +0000] "GET / HTTP/1.0" 200 1456 "-" "-"
85.22.x.x - - [12/Jun/2005:12:08:18 +0000] "GET / HTTP/1.0" 200 1456 "-" "-"
85.22.x.x - - [12/Jun/2005:12:19:49 +0000] "GET / HTTP/1.0" 200 1456 "-" "-"
85.22.x.x - - [12/Jun/2005:12:21:22 +0000] "GET / HTTP/1.0" 200 1456 "-" "-"
|
I once used a program that made nice HTML pages of the apache log.
But I don't remeber the name of it. Please help me remebrer.  |
|
Back to top |
|
 |
ian! Bodhisattva


Joined: 25 Feb 2003 Posts: 3829 Location: Essen, Germany
|
Posted: Sun Jun 12, 2005 1:28 pm Post subject: Re: Apache access log translation |
|
|
Roxxor wrote: | I always get these kind of messages in my apache access log file.
What does it say? |
Looks like somebody disabled the submission of the useragent. If the dates would access your site periodically I would have said that somebody monitors the availability of your site.
Roxxor wrote: | I once used a program that made nice HTML pages of the apache log.
But I don't remeber the name of it. Please help me remebrer.  |
Perhaps you're searching for the tool called webalizer? _________________ "To have a successful open source project, you need to be at least somewhat successful at getting along with people." -- Daniel Robbins |
|
Back to top |
|
 |
Roxxor Apprentice


Joined: 04 Jun 2003 Posts: 225 Location: Stockholm, Sweden
|
Posted: Sun Jun 12, 2005 2:02 pm Post subject: |
|
|
Thanks!
Webalizer was what I was looking for.
ian! wrote: |
Looks like somebody disabled the submission of the useragent. If the dates would access your site periodically I would have said that somebody monitors the availability of your site. |
I forgot to say that almost all of those addresses are NOT the same. So I don't think there is one person that is scanning my computer. Maybe a several.
And all IP addresses start with 86.266.x.x.
So what it could be is still the question.  |
|
Back to top |
|
 |
|