Squid 配置指令 response_delay_pool_access
可用版本:
此指令在 Squid 的 v8 版本中不可用。
对于 v5 之前的旧版本,请参阅以上链接页面。
配置详情
| 选项名称 | response_delay_pool_access |
|---|---|
| 替代 | |
| 要求 | --enable-delay-pools |
| 默认值 | 拒绝使用该池,除非在 squid.conf 中存在该池的允许规则。 |
| 建议配置 |
|
Determines whether a specific named response delay pool is used for the transaction. The syntax for this directive is: response_delay_pool_access pool_name allow|deny acl_name All response_delay_pool_access options are checked in the order they appear in this configuration file. The first rule with a matching ACL wins. If (and only if) an "allow" rule won, Squid assigns the response to the corresponding named delay pool. |
|
