mån 2010-06-21 klockan 13:30 -0500 skrev Baird, Josh: > Ah, ok. Just read the documentation for deny_info. So, typically, the last ACL is the last http_access deny line, which I have as "http_access deny all" > > Applying the deny_info to the "all" ACL does not seem to be working, so I am guessing that squid is actually denying the request on another ACL. Is there a way to debug this and figure out what ACL I should be using with deny_info? You need to block access using an acl, not a url rewriter. URL rewriters can only respond with a browser redirect, or alternatively tell Squid to fetch another page (http only, not on CONNECT requests). Regards Henrik