Squid configuration manual

Reference manual for squid's configuraiton directives

View the Project on GitHub

Index Alphabetical Index

Option Name:

url_rewrite_timeout

Suggested Config:


Details:

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
Index Alphabetical Index