Hello Folks,

Did anyone get deny_info working properly on 3.0 builds (I used squid-3.0-DEVEL-20030118)?

With me, squid exists with the following error:

2003/01/25 10:56:18| assertion failed: errorpage.cc:131: "info && info->id == i && info->page_name"

squid won't run when deny info line is present.

The error is visible only when debug_options is set to ALL,9.

Example to reproduce deny_info error:
(auth_param basic configuration, I don't remember what now)

acl users proxy_auth REQUIRED
acl unwantedusers proxy_auth "/squid/unwantedusers"

http_access allow users !unwantedusers
http_access deny unwantedusers
http_access deny all

deny_info ERR_UNWANTED unwantedusers

this works on 2.5. But also I did not understand why the client in
unwantedusers gets asked the password 3 times before being shown ERR_UNWANTED. They are supposed to be asked once, enter correct password to authenticate and then be shown ERR_UNWANTED. This is how it is on 2.4 we were using.

Thanks in advance for your time.

Tesla

_________________________________________________________________
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus

Reply via email to