[squid-users] problem with deny_info

From: power159 <power159@dont-contact.us>
Date: Mon, 08 May 2006 15:30:17 +0430

Hi

i am useing this config :

**************************************************
acl fullaccess src 127.1.10.5/255.255.255.255
acl halfaccess src 127.1.10.0/255.255.255.255
acl noneaccess src 127.0.0.1/255.255.255.255

acl filter1 url_regex -i "/urls.txt"
acl filter2 url_regex -i mysite.com

deny_info ERR_HALF_ACCESS filter1
deny_info ERR_NONE_ACCESS filter2

http_access allow fullaccess

http_access allow halfaccess filter1
http_access allow noneaccess filter2

****************************************************

now all of this working but deny_info for last line is standard access
denied !

http_access allow halfaccess filter1 --> showing standard Access denied
http_access allow noneaccess filter2 --> showing custom error

AND! when i am repacing this 2 line , again last line is howing standard
error !

http_access allow noneaccess filter2 --> showing standard Access denied
http_access allow halfaccess filter1 --> showing custom error

THANKS
Received on Mon May 08 2006 - 06:27:49 MDT

This archive was generated by hypermail pre-2.1.9 : Thu Jun 01 2006 - 12:00:02 MDT