我的一台服务器有问题。 谷歌打开很多的HTTP连接到Apache服务器,基本上执行slowloris攻击。
这个netstat调用导致以下输出
netstat -plant|grep :80|awk '{print $5}'|cut -d: -f1|sort|uniq -c|sort -n 11 209.85.227.93 14 209.85.227.190 30 209.85.229.118 494 209.85.229.141
所有这些IP都属于谷歌networking。 我已经禁止Google通过使用robots.txt来访问保存在服务器上的任何内容,但是对于疯狂的连接数量没有影响。 我该怎么办?
去谷歌网站pipe理员工具,进入节stream 。
其他几个蜘蛛会遵守robots.txt的Crawl-delay指令,但Googlebot不会。