Hi all. I received the following error message. Seems like an ACL problem, so I tried to set debug by adding the line in the conf file like it states in the FAQ, but this is all it shows. 1143490118.333 0 192.168.8.189 TCP_DENIED/403 1344 GET http://www.google.co m/search? - NONE/- text/html 1143490118.334 12820 192.168.8.189 TCP_MISS/403 1371 GET http://www.google.com/ search? - DIRECT/216.239.37.104 text/html And here is the differences in my conf file from the basic conf. httpd_accel_host virtual httpd_accel_port 80 httpd_accel_with_proxy on httpd_accel_uses_host_header on cache_effective_user nobody cache_effective_group nobody 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 to_localhost dst 127.0.0.0/8 acl SSL_ports port 443 563 acl Safe_ports port 80 # http acl Safe_ports port 21 # ftp acl Safe_ports port 443 563 # https, snews acl Safe_ports port 70 # gopher acl Safe_ports port 210 # wais acl Safe_ports port 1025-65535 # unregistered ports acl Safe_ports port 280 # http-mgmt acl Safe_ports port 488 # gss-http acl Safe_ports port 591 # filemaker acl Safe_ports port 777 # multiling http acl CONNECT method CONNECT acl our_networks src 192.168.8.0/24 127.0.0.1 http_access allow our_networks http_access allow all