raf
03-18-2004, 03:24 PM
I have a webserver running on my developmentmachine. This machine is connected to the web using a dynamic IP.
For a few hours now, i get request on port 80 (webserever) and always from the same IP (italien (rome) user). I block all request that come from another remote host because noone else has business on this webserver.
Because the request kept comming in each 5 minutes or so, i allowed it once to look at what page it requested.
This is the resulting record in my apache log
62.101.90.60 - - [18/Mar/2004:16:17:34 +0100] "GET /.hash=84fda4a217e032c82b38856ea00418f7f4af197c HTTP/1.1" 403 322
So the client got a 403 ("access forbidden, means that a request for a "bare" directory path has been made, no default directory index page is present and the site manager does not want a file listing displayed in its place").
What intiges me is filerequest
/.hash=84fda4a217e032c82b38856ea00418f7f4af197c
Anyone knows what the function of this hash etc is?
For a few hours now, i get request on port 80 (webserever) and always from the same IP (italien (rome) user). I block all request that come from another remote host because noone else has business on this webserver.
Because the request kept comming in each 5 minutes or so, i allowed it once to look at what page it requested.
This is the resulting record in my apache log
62.101.90.60 - - [18/Mar/2004:16:17:34 +0100] "GET /.hash=84fda4a217e032c82b38856ea00418f7f4af197c HTTP/1.1" 403 322
So the client got a 403 ("access forbidden, means that a request for a "bare" directory path has been made, no default directory index page is present and the site manager does not want a file listing displayed in its place").
What intiges me is filerequest
/.hash=84fda4a217e032c82b38856ea00418f7f4af197c
Anyone knows what the function of this hash etc is?