| santhosh05 2006-07-25, 4:17 am |
| hello,
Recently i configured my apache-2.2.0 to intergrate with tomcat-5.5.0 with mod_ajp13 ,so that my our apps runs uisng the port 80. Every thing went fine for some days , but i am now having a problem with proxy module my server seems to acting as a open proxy to the outside world and my server performance got greatly effected. I have turned off the ProxyRequest , but still the request are made from the outside world
here is my part of access log and error log
access log:
1.2.230.54 - - [25/Jul/2006:02:13:54 -0700] "GET http://media.fastclick.net/w/get.me...58&tp=5&d=j&t=n HTTP/1.0" 404 293 "http://www.jarfungames.com/" "Mozilla/4.0 (compatible; MSIE 6.0; Windows 98)"
218.75.82.179 - - [25/Jul/2006:02:13:54 -0700] "GET http://www.lankingit.com HTTP/1.1" 200 19 "http://www.baidu.com" "mozilla/4.0 (compatible; MSIE 6.0; Windows 5.1;Windows 5.5;Windows 6.0)"
218.104.136.150 - - [25/Jul/2006:02:13:55 -0700] "CONNECT tcpconn2.tencent.com:443 HTTP/1.1" 400 312 "-" "-"
218.75.82.179 - - [25/Jul/2006:02:13:55 -0700] "GET http://bbs.54player.net HTTP/1.1" 200 19 "http://www.baidu.com" "mozilla/4.0 (compatible; MSIE 6.0; Windows 5.1;Windows 5.5;Windows 6.0)"
218.104.136.150 - - [25/Jul/2006:02:13:56 -0700] "CONNECT tcpconn2.tencent.com:443 HTTP/1.1" 400 312 "-" "-"
218.75.82.179 - - [25/Jul/2006:02:13:56 -0700] "GET http://www.lankingit.com HTTP/1.1" 200 19 "http://www.baidu.com" "mozilla/4.0 (compatible; MSIE 6.0; Windows 5.1;Windows 5.5;Windows 6.
error log:
[Tue Jul 25 02:14:53 2006] [error] [client 211.143.12.16] File does not exist: /var/www/html/search
[Tue Jul 25 02:14:53 2006] [error] [client 222.187.186.92] File does not exist: /var/www/html/bfast, referer: http://www.totalfound.com/
[Tue Jul 25 02:14:54 2006] [error] [client 218.69.197.90] File does not exist: /var/www/html/es, referer: http://www.casino.net/es/default.htm
Hiow do i block this, any help will be greatly appreiciated.
Thanks
Santhosh |