Forum Moderators: DixonJones
61.187.156.251 - - [23/Nov/2002:21:29:36 -0500] "GET [yahoo.com...] HTTP/1.1" 200 6732 "-" "Mozilla/4.0 (compatible; MSIE 4.01; Windows 98)"
My site has nothing to do with Yahoo.
Notice it appears to be a successful hit, returning 6732 bytes to the visitor.
Can anyone decipher this hit for me?
I'd go double check your links. If you have a link to yahoo somewhere, there might be an html error there. Look for something like:
<a href="/http://www.yahoo.com">...</a>
Where the browser could be requesting that as the filename.
If your site is configured just right, it is probably returning your index page. (does that size match up with your index page?)
Someone could have also linked to you wrong. Might double check if there is ever a referrer associated with it.
Is it always the same ip? Then it might be a link on the users local homepage and they botched the link.
GET [yahoo.com...] HTTP/1.1
This is how a proxy request for Yahoo's home page looks like. Someone is trying to use your web server as a proxy. I gets lots of those log entries; there appears to be many people scanning for open web proxies.
Looks like they are requesting a filenamed "http://www.yahoo.com".
No - the request would look like "GET /http://www.yahoo.com/ HTTP/1.1" (note the slash) if that was the case.
Sure, there are some broken browsers out there, but I still think a proxy request is the most likely explanation for this. I get the exact same log entries even for small sites where I know all links to be correct.
http://www.webmasterworld.com/http://www.mydomain.com/ [webmasterworld.com]
Jim
Why would they want someone else's web server to be a proxy server, and why for Yahoo's home page?
An open proxy server (that is, one that doesn't require authentication) can be used to conceal what address you are connecting from. There could be many reasons for wanting to do that - including hacking attempts, DoS attacks, and various other illegal acts. They're only using Yahoo for testing whether the proxy is open, it could just as well be any other site.