Hmm, maybe we are too dumb but we get a core dumped when trying to add that rule and restart Squid.
We tried any of those (whereas the ip is just an example and Client-ip is the name of the header used in the NS Proxyserver): acl special-ip-address req_header Client-ip 123\.123\.123\.123 acl special-ip-address req_header "Client-ip" 123\.123\.123\.123 acl special-ip-address req_header 'Client-ip' 123\.123\.123\.123 acl special-ip-address req_header Client-ip 123.123.123.123 What are we doing wrong here? TIA, Martin Henrik Nordstrom schrieb: > > # 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
