Hi,
For the life of me I can't figure out why the following two lines in my squid.conf file causes squid (Squid Cache: Version 3.0.STABLE16) to crash with a BUS ERROR, but if I split the acl into two (last for lines) it works fine. What am I missing? From what I've read acl entries are ORed. Examples show multiple domains in dstdomain acl types.
acl ym dstdomain .messenger.yahoo.com .psq.yahoo.com
http_access deny ym
acl ym1 dstdomain .messenger.yahoo.com
acl ym2 dstdomain .psq.yahoo.com
http_access deny ym1
http_access deny ym2
I have searched for answers, so I apologize in advance if this question demonstrates my ignorance of configuring squid.
This archive was generated by hypermail 2.2.0 : Wed Feb 10 2010 - 12:00:05 MST