Re: [squid-users] Re: squid port

From: Marcello Romani <mromani_at_ottotecnica.com>
Date: Mon, 26 Jul 2010 16:46:58 +0200

squidACL ha scritto:
> thanks
>
> in squid file I have :
> cl SSL_ports port 443
> acl Safe_ports port 80 # http
> acl Safe_ports port 21 # ftp
> acl Safe_ports port 443 # https
> 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
> acl Safe_ports port 7777 # TCP
>
>
> # Deny requests to unknown ports
> http_access deny !Safe_ports
> # Deny CONNECT to other than SSL ports
> http_access deny CONNECT !SSL_ports
>
> so if I want just This Three port HTTP , HTTPS and FTP and to close the
> others , if you have the idea how can I do will be thankful
>
> Thank you

As I said in previous post, delete the lines that have a port number
different from what you want.

-- 
Marcello Romani
Received on Mon Jul 26 2010 - 14:47:03 MDT

This archive was generated by hypermail 2.2.0 : Mon Jul 26 2010 - 12:00:03 MDT