On Mon, 7 Mar 2005, Rich Hawley wrote:
I found that file in the src. However, there is nothing in that file about acl req_hdr/resp_hdr. Are those the correct tags? That is how they are listed in the change log.
Almost...
acl aclname req_header header-name [-i] any\.regex\.here # regex match against any of the known request headers. May be # thought of as a superset of "browser", "referer" and "mime-type" # acls.
acl aclname rep_header header-name [-i] any\.regex\.here # regex match against any of the known response headers. # Example: # # acl many_spaces rep_header Content-Disposition -i [[:space:]]{3,}
Regards Henrik