> Squid 3.0, Stable7 > > Related ACL: > > acl dstdomain_index dstdomain .example.com > # acl dstdomain_index dstdomain .example.com. > acl maxconn_index maxconn 80 > > > cache_peer 192.168.11.101 parent 80 0 no-query > originserver round-robin login=PASS weight=1 > cache_peer_access 192.168.11.101 deny all maxconn_index > cache_peer_access 192.168.11.101 allow dstdomain_index > cache_peer_access 192.168.11.101 deny all > > Issue solved by uncomment the second dstdomain line. What client software is this visible in? Amos > > > On Thu, Jun 26, 2008 at 8:54 PM, Henrik Nordstrom > <henrik@xxxxxxxxxxxxxxxxxxx> wrote: >> On tor, 2008-06-26 at 15:45 +0800, howard chen wrote: > >> Which Squid version, and squid.conf example including where the acl is >> used. >> >