<div dir="ltr"><div><div>Hello,<br></div>I am running squid3 in version 3.4 on Debian 8 x64. I am using block list for some domain's it works but if I try to put failure url it not work.<br></div>Here is my conf file:<br>-----------------------------------------------------------------------------------<br>http_port 3128<br><br>refresh_pattern ^ftp:           1440    20%     10080<br>refresh_pattern ^gopher:        1440    0%      1440<br>refresh_pattern -i (/cgi-bin/|\?) 0     0%      0<br>refresh_pattern .               0       20%     4320<br>refresh_pattern -i \.(gif|png|jpg|jpeg|ico)$ 3600       90%     43200<br><br>#acl localnet src <a href="http://10.0.0.0/8">10.0.0.0/8</a>     # RFC 1918 possible internal network<br>acl dmz_net src <a href="http://172.100.200.0/27">172.100.200.0/27</a> # RFC 1918 possible internal network<br>#acl localnet src <a href="http://192.168.0.0/16">192.168.0.0/16</a> # RFC 1918 possible internal network<br>#acl localnet src fc00::/7       # RFC 4193 local private network range<br>#acl localnet src fe80::/10      # RFC 4291 link-local (directly plugged) machines<br><br>acl SSL_ports port 443 # https<br><br>acl Safe_ports port 80 # http<br>acl Safe_ports port 21 # ftp<br>acl Safe_ports port 443 # https<br>acl Safe_ports port 70 # gopher<br>acl Safe_ports port 210 # wais<br>acl Safe_ports port 1025-65535 # unregistered ports<br>acl Safe_ports port 280 # http-mgmt<br>acl Safe_ports port 488 # gss-http<br>acl Safe_ports port 591 # filemaker<br>acl Safe_ports port 777 # multiling http<br><br>acl CONNECT method CONNECT<br>acl Social_block dstdom_regex .<a href="http://app.facebook.com">app.facebook.com</a> .<a href="http://facebook.com">facebook.com</a><br>acl Bulvar dstdom_regex .<a href="http://super.cz">super.cz</a><br><br>http_access deny !Safe_ports<br>http_access deny CONNECT !SSL_ports<br>http_access deny Social_block<br>http_access deny Bulvar<br>http_access allow localhost manager<br>http_access deny manager<br>http_access allow dmz_net<br>http_access allow localhost<br>http_access deny all<br><br>#Disk cache directory<br>cache_dir ufs /var/spool/squid3 1024 16 256<br><br>#Max memory cache usage<br>cache_mem 1024 MB<br><br><br><br>deny_info <a href="http://www.seznam.cz">http://www.seznam.cz</a> Bulvar<br clear="all"><div><div><div><br></div><div>Thank you for any help.<br></div><div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><br><div> </div></div>
</div></div></div></div>