Squid configuration directive htcp_clr_access

Available in: v7   v6   v5   v4   3.5   3.4   3.3   3.2   2.7   3.1   3.0   2.6  

For older versions than v4 see the linked pages above

Configuration Details:

Option Name:htcp_clr_access
Replaces:
Requires:--enable-htcp
Default Value:Deny, unless rules exist in squid.conf.
Suggested Config:
# Allow HTCP CLR requests from trusted peers

	Allowing or Denying access to purge content using HTCP based
	on defined access lists.
	See htcp_access for details on general HTCP access control.

	htcp_clr_access  allow|deny [!]aclname ...

	This clause only supports fast acl types.
	See https://wiki.squid-cache.org/SquidFaq/SquidAcl for details.

acl htcp_clr_peer src 192.0.2.2 2001:DB8::2
htcp_clr_access allow htcp_clr_peer
htcp_clr_access deny all

 

Back

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors