> Hi, > > Is it possible to setup multiple block rules, like this? > > acl blockfiles urlpath_regex > "/usr/local/squid/squid_redirect/blocks.files.acl" > deny_info ERR_BLOCKED_FILES blockfiles > http_access deny blockfiles > > I would like squid to serve up a different block html file for each > file type that is being blocked. > > Is that possible? > Yes. You can place any valid URI in place of ERR_BLOCKED_FILES. Squid will serve up that URI instead of the default page. Amos