Re: [squid-users] Auth and ip access on different ports

2019-02-14 Thread jetraw
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

[squid-users] Auth and ip access on different ports

2019-02-14 Thread jetraw
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