The same problem happens to me since i'm running squid2.2dev3, all the error
pages are the default one, squid is ignoring the deny_info config lines.
I'm taking a look at the code, trying to enable some debug seccions...
Best Regards.
[]---------------------------------------------------------------[]
Pedro Ribeiro
Online: http://www.isel.pt/~pribeiro/
IRC(PTnet) Nick: PAntMaR
e-Mail: Personal: [EMAIL PROTECTED]
Admin: [EMAIL PROTECTED]
[]---------------------------------------------------------------[]
-----Original Message-----
From: Stephen Anderson <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Sexta-feira, 5 de Mar�o de 1999 17:38
Subject: deny_info questions
>Hi. I'm having trouble getting the deny_info options to work and I was
>hoping someone could help me out. In my squid.conf I have the following
>(exerpt)
>acl sexdst dst "sexdst.txt"
>acl sexdom dstdomain "sexdom.txt"
>acl sexkey url_regex "sexkey.txt"
>acl notsex url_regex "notsex.txt"
>
>http_access deny sexkey !notsex
>http_access deny sexdom
>http_access deny sexdst
>http_access allow all
>
>deny_info ERR_SEX_DENIED sexkey
>deny_info ERR_SEX_DENIED sexdom
>deny_info ERR_SEX_DENIED sexdst
>
>Of course, I have placed an appropriate file in
>/usr/local/squid/etc/errors called ERR_SEX_DENIED. The problem is that
>with this configuration, when I go to someplace prohibited by one of the
>sex checks, the standard ERR_ACCESS_DENIED html page is displayed instead
>of the ERR_SEX_DENIED page. What gives? Thanks!
>
>
> Stephen Anderson
> <[EMAIL PROTECTED]>
>