|
Welcome to my blog!
[转]Squid工作日志 |
最近看些有关Squid的文章,整理了一下: cache_peer邻居的通信控制 邻居请求的限制 cache_peer_access 定义邻居Cache的访问列表 cache_peer A-parent.my.org parent 3128 3130 cache_peer B-parent.my.org parent 3128 3130 acl FTP proto FTP acl HTTP proto HTTP cache_peer_access A-parent.my.ory allow FTP cache_peer_access B-parent.my.org allow HTTP 父CacheA仅接受FTP URI请求,而父Cache B仅接受HTTP URI请求. cache_peer_domain 针对域名限制邻居cache的访问列表 cache_peer asia-cache.my.org parent 3128 3130 cache_peer_domain asia-cache.my.org parent .cn .tw .jp .hk 请求域名为.cn .tw等向asia-cache.my.org parent发出请求. never_direct 指定相应的请求向邻居路由发送,永远不要向原始服务器递交请求. acl InternetSites dstdomain .my.org never_direct allow !InternetSites 除目标域为.my.org外,其它目标域名一律不准许访问原始服务器. always_direct 指定请求必需向原始服务器发出. acl OurNetwork src 192.168.0.0/24 always_direct allow OurNetwork 指定内部网的请求必向原始服务器递交. hierarchy_stoplit 指令允许你定种这种算法.它包含一个字符串列表,当在URI里发现它们时,squid请请求标记为不可层叠.不可层叠标记意味着不会被Cache命中,即无需向邻居CAche请求. hierarchy_stoplist ? cgi-bin |
[ 阅读全文 | 回复(0) | 引用通告 | 编辑 ] |
Post by badboy 发表于 2008-6-11 9:22:00
|
|
| |