Hi All,
I'm new comer Here and in Linux . I'm using Redhat 8 for my squid proxy, want to block MSN's Web pages . Here is my setting on ACL and http_access , but not work... Please advise ..
1414 #Recommended minimum configuration:
1415 acl all src 0.0.0.0/0.0.0.0
1416 acl manager proto cache_object
1417 acl localhost src 192.168.1.0/255.255.255.0
1418 acl SSL_ports port 443 563
1419 acl Safe_ports port 80 # http
1420 acl Safe_ports port 21 # ftp
1421 acl Safe_ports port 443 563 # https, snews
1422 acl Safe_ports port 70 # gopher
1423 acl Safe_ports port 210 # wais
1424 acl Safe_ports port 1025-65535 # unregistered ports
1425 acl Safe_ports port 280 # http-mgmt
1426 acl Safe_ports port 488 # gss-http
1427 acl Safe_ports port 591 # filemaker
1428 acl Safe_ports port 777 # multiling http
1429 acl msn dstdomain *.ebuddy.com
1430 acl CONNECT method CONNECT
1463 # INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS
1464 http_access deny msn
1465 # And finally deny all other access to this proxy
1466 http_access allow localhost
1467 http_access deny all
Thx to all of you
:cry: :cry: