I have something similar in my logs. I was hoping maybe you found more info on it …
$ sudo cat /var/log/apache2/access.log
…
60.172.219.6 – – [17/Sep/2008:02:47:35 +0000] “GET https://gooearth.de/proxypower/special/azenv.php HTTP/1.1” 404 302 “-” “Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)”
60.172.219.6 – – [17/Sep/2008:02:49:33 +0000] “GET https://gooearth.de/proxypower/special/azenv.php HTTP/1.1” 404 302 “-” “Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)”
60.172.219.6 – – [17/Sep/2008:07:14:49 +0000] “GET https://www.anonymitytest.com/cgi-bin/textenv.pl HTTP/1.1” 404 302 “-” “Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)”
$ sudo cat /var/log/apache2/error.log
…
[Wed Sep 17 02:47:35 2008] [error] [client 60.172.219.6] File does not exist: /var/www/proxypower
[Wed Sep 17 02:49:33 2008] [error] [client 60.172.219.6] File does not exist: /var/www/proxypower
[Wed Sep 17 07:14:49 2008] [error] [client 60.172.219.6] script not found or unable to stat: /usr/lib/cgi-bin/textenv.pl
I am really just curious what this is, I’m not worried about it yet because of the error logs …