>Can someone please tell me how to configure squid to some users can access
to determinate ip-ports and others users to others ip-ports.
>
>User1  == port 80 ,
>User2
>
>User1 == port 80 , 1433 
>User2
>
>Can I filter by user and port at same time?

you should try something like :

acl user1 proxy-auth user1
acl user2 proxy-auth user2

acl port80 port 80
acl port1433 port 1433

http_access allow port80 user1
http_access allow port80 user2
http_access allow port1433 user2
...anything else denied...

hth


                        - * - * - * - * - * - * -
Bien sûr que je suis perfectionniste !
Mais ne pourrais-je pas l'être mieux ?
        Thierry ITTY
eMail : [EMAIL PROTECTED]               FRANCE



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to