> What is "Safe_ports" and why is this ACL there?
> 
> - Sandip

Dear Sandip
Safe_ports acl and http_access staements are in squid.conf that comes
with package. I am sending what is available in default conf file

acl Safe_ports port 80   # http
acl Safe_ports port 21   # ftp
acl Safe_ports port 443 563     # https, snews
acl Safe_ports port 70   # gopher
acl Safe_ports port 210  # wais
acl Safe_ports port 1025-65535  # unregistered ports
acl Safe_ports port 280  # http-mgmt
acl Safe_ports port 488  # gss-http
acl Safe_ports port 591  # filemaker
acl Safe_ports port 777  # multiling http
http_access deny !Safe_ports

Any help based on this is appreciated.

_______________________________________________
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/

Reply via email to