On 11 Dec 2001 at 16:09, Hrvoje Niksic wrote:

> Summer Breeze <[EMAIL PROTECTED]> writes:
> > Here is a sample entry:
> > 
> > 66.28.29.44 - - [08/Dec/2001:18:21:20 -0500] "GET /index4.html%0A
> > HTTP/1.0" 403 280 "-" "Wget/1.6"
> 
> "/index4.html%0A" looks like a page is trying to link to /index4.html,
> but the link contains a trailing newline.

If that is the case, you may be able to track down the referring
page if that is also logged.

Another possibility is that someone is running a (UNIX) command
like this:

  $ wget 'http://motherbird.com/index4.html
  > '

(The '$' and '>' in the above are just shell prompts, not part of
the command.)

I just tried that myself and saw that Wget was trying to retrieve
"http://motherbird.com/index4.html%0A"; as in your log file and got
an "ERROR 403: Forbidden" back.

Reply via email to