Squid 配置指令 url_rewrite_timeout

可用版本:   v6   v5   v4  

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

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

配置详情

选项名称url_rewrite_timeout
替代
要求
默认值Squid 无限期等待辅助程序的响应
建议配置

      
	Squid times active requests to redirector. The timeout value and Squid
	reaction to a timed out request are configurable using the following
	format:

	url_rewrite_timeout timeout time-units on_timeout=<action> [response=<quoted-response>]

	supported timeout actions:
		fail	Squid return a ERR_GATEWAY_FAILURE error page

		bypass	Do not re-write the URL

		retry	Send the lookup to the helper again

		use_configured_response
			Use the <quoted-response> as helper response

 

返回

 

简介

文档

支持

杂项