Squid 配置指令 client_ip_max_connections

可用版本:   v6   v5   v4   3.5   3.4   3.3   3.2   3.1   3.0  

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

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

配置详情

选项名称client_ip_max_connections
替代
要求
默认值无限制。
建议配置

      
	Set an absolute limit on the number of connections a single
	client IP can use. Any more than this and Squid will begin to drop
	new connections from the client until it closes some links.

	Note that this is a global limit. It affects all HTTP, HTCP, and FTP
	connections from the client. For finer control use the ACL access controls.

	Requires client_db to be enabled (the default).

	WARNING: This may noticeably slow down traffic received via external proxies
	or NAT devices and cause them to rebound error messages back to their clients.

 

返回

 

简介

文档

支持

杂项