lighttpd stupid-crawler延迟处理

  现在国内有很多搜索引擎,每天会产生大量的请求,时不时会造成服务器端压力,

 

今天在lightty blog上看到一个不错的 path 可以解决这个问题.

 

本补丁尚待审阅后才提交到官方仓库.

Example
$HTTP["user-agent"] =~ "stupid-crawler" {
	connection.delay-seconds = 2
}

补丁: lighttpd-2296-request-handle-delay.patch , 相关讨论@blog.lighttpd.net

你可能感兴趣的:(.net,搜索引擎,Blog,lighttpd)