JamesC wrote:
I recently started noticing some odd entries in my Apache log with a 200 return code, for example ones like -
89.108.102.171 - - [21/Apr/2013:02:51:14 +0000] "GET / HTTP/1.1" 200 10437 "http://vlada-hair.ru/" "Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 6.0)"
89.108.102.171 - - [21/Apr/2013:02:51:14 +0000] "GET / HTTP/1.1" 200 10437 "http://vlada-hair.ru/" "Mozilla/4.0 (compatible; MSIE 7.0b; Windows NT 6.0)"
Those are not proxy requests. GET / is a valid request to your site. The http entry is the referrer. Unless your site is linked from that URL, that's just referrer spam.