> Hi list, > > I have running squid with blocking urls by using: > > acl XXXSIDES dstdomain src "/etc/denied_domains" > [...] > http_access deny GET XXXSIDES > > So I can block sides like www.sex.com and so on. > But how can I block urls like www.sex.com/pic/blabla.html ? > Is this possible ? - Check the SQUID FAQ on Access Controls You may need the 'url_regex' and or 'urlpath_regex' acl types. M.