Hi all, I'm using squid to limit what sorts of outgoing http connections
my machines are allowed to make. I'm running into a problem using the
dst acl. I'm afraid I don't have much of an error message, squid doesn't
log much. But, my acl is:

acl app_webservices dstdom_regex -i ^host.example.com$
acl app_webservices dst 10.1.0.0/23
http_access allow app_servers app_webservices

If I have the dst line uncommented it tells me:

FATAL: Bungled squid.conf line 104: acl app_webservices dst 10.1.0.0/23
Squid Cache (Version 3.0.STABLE1): Terminated abnormally.

What should I be doing here?

seph

Reply via email to