Sun Java System Web Proxy Server 4.0.8 管理指南

管理批量更新

bu 实用程序用于更新高速缓存,它在两种模式下工作。在第一种模式下,该实用程序循环遍历高速缓存数据库并通过发送对每个 URL 的 HTTP 请求更新高速缓存中存在的所有 URL。在第二种模式下,它从给定 URL 开始,对从该 URL 到您指定的深度的 URL 的所有链接执行广度优先遍历,获取页面并将其置于高速缓存中。bu 是符合 RFC 标准的爬虫程序 (robot)。

bu -n hostname -p port -t time-lmt -f contact-address -s sleep-time -o object -r n -d conf-dir

例如:

bu -n phoenix -p 80 -t 3600 -f admin@phoenix.com -s 60 -o nova -r n 
	-d server-root/proxy-serverid/config

其中,