Squid 配置指令 url_rewrite_concurrency

可用版本:   3.1   3.0   2.6  

此指令在 Squid 的 v8 版本中不可用。

此指令在 Squid 的 v7 版本中不可用。

此指令在 Squid 的 v6 版本中不可用。

此指令在 Squid 的 v5 版本中不可用。

对于 v5 之前的旧版本,请参阅以上链接页面。

配置详情

选项名称url_rewrite_concurrency
替代redirect_concurrency
要求
默认值url_rewrite_concurrency 0
建议配置

      
	The number of requests each redirector helper can handle in
	parallel. Defaults to 0 which indicates the redirector
	is a old-style single threaded redirector.

	When this directive is set to a value >= 1 then the protocol
	used to communicate with the helper is modified to include
	a request ID in front of the request/response. The request
	ID from the request must be echoed back with the response
	to that request.

 

返回

 

简介

文档

支持

杂项