Thank you, i configured like this, and it works:
http_port 3128 name=1
http_port 3130 name=2
acl connectport myportname 1
acl authport myportname 2
http_access allow localnet !connectport
http_access allo auth
http_access deny all
and now i'm going to test this line "http_access allow authport
On 2/14/19 4:34 AM, jetraw wrote:
> Hello guys, i want to make configuration where i'm going user 2 different
> ports for different type connection
> acl network src 10.20.20.0/24 #just sample of network
> acl auth proxy_autx REQUIRED
>
> acl connectport myportname 3128
> acl authporth myportname
Hello guys, i want to make configuration where i'm going user 2 different
ports for different type connection, becouse i have no opportunity to make
the second squid
and i do not want use 2 different process because it will be a problem when
i want to update squid
my configuration is so difficulty