On Tue, 19 Oct 2004, Stefano wrote:
Il mar, 2004-10-19 alle 20:47, Henrik Nordstrom ha scritto:
Note: You need 2.5.STABLE7 as this acl was added in 2.5.STABLE7 and does not exists in earlier versions.
Sorry...
# more squid.conf.default | grep _header # TAG: redirect_rewrites_host_header # redirect_rewrites_host_header on # TAG: request_header_max_size (KB) # request_header_max_size 20 KB # # pattern match on User-Agent header (see also req_header below) # acl aclname req_header header-name [-i] any\.regex\.here # acl aclname rep_header header-name [-i] any\.regex\.here
And there they are..
The header-name you know from your Netscape proxy configuration..
the regex you want to match you also know..
Regards Henrik
