I'm trying to block certain urls using squid. here is my config. though no matter what i do it seem to let the user access the urls in porn.txt
(root owns porn with permission 774) anyone have any suggestions? acl all src 0.0.0.0/0.0.0.0 acl porn url_regex -i /etc/squid/porn.txt http_access deny porn http_access allow all httpd_accel_host virtual httpd_accel_port 80 visible_hostname suse httpd_accel_with_proxy on httpd_accel_uses_host_header on cache_effective_user squid cache_effective_group nogroup Sam
