Deny_info matchs with the last acl in the http_access line here: http_access deny porn all it matches with all you must use: http_access deny all porn and it will match with porn
salu2 Diego Amadey (From Argentine) ----- Original Message ----- From: Michael Gale <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 28, 2004 1:54 PM Subject: Re: [squid-users] deny_info doesn't work > Hello, > > Have you tried debugging your access rules to make sure that it is the "porn" > rule that is blocking the traffic ?? > > Michael. > > > On Mon, 28 Jun 2004 17:09:27 +0800 (CST) > Abdur Rahmaan <[EMAIL PROTECTED]> wrote: > > > > > > > my squid.conf looks like below: > > > > > > > > acl porn url_regex -i > > > > "/usr/local/squid/etc/porn.txt" > > > > acl noporn url_regex -i > > > > "/usr/local/squid/etc/noporn.txt" > > > > > > > > deny_info ERR_PORN porn > > > > > > > > http_access allow noporn all > > > > http_access deny porn all > > > > > > Are you sure the pages (ERR_PORN) are found in the > > > $error_directory? > > > Looks okay otherwise. > > > > Yes I put my ERR_PORN in > > /usr/local/squid/share/errors/English > > > > I have a lot of http_access everywhere in > > squid.conf... I am reading mail-archive about > > deny_info and redirector, and Henrik said something > > about deny_info matchs to http_access... > > Is it about this ? > > > > > > __________________________________________________ > > Do You Yahoo!? > > Log on to Messenger with your mobile phone! > > http://sg.messenger.yahoo.com > > > > > > > > > > > -- > Michael Gale > Network Administrator > Utilitran Corporation >
