Search squid archive

problem with deny_info

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Index of Archives]     [Linux Audio Users]     [Samba]     [Big List of Linux Books]     [Linux USB]     [Yosemite News]

  Powered by Linux