whenever i turn off 'allow all' it cant connect anymore.
here is my acl section:
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl SSL_ports port 443 563
acl Safe_ports port 80
acl Safe_ports port 21
acl Safe_ports port 443 563
acl Safe_ports port 70
acl Safe_ports port 210
acl Safe_ports port 1025-65535
acl Safe_ports port 280
acl Safe_ports port 488
acl Safe_ports port 591
acl Safe_ports port 777
acl CONNECT method CONNECT
acl machines src 192.168.0.1
acl machines src 192.168.0.2
acl machines src 192.168.0.3
acl machines src 192.168.0.4
acl bansite dstdomain .microsoft.com
acl bansite dstdomain .msn.com
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow localhost
http_access allow machines !bansite
http_access deny bansite
http_access allow all
see anything very wrong?