On Wed, 15 Oct 2003, "Peņa, Botp" wrote:

> Now we want to control per user per site browsing.
> 
> eg.  user1 browse only news.com
>      user2 browse only somebank.com
>      user3 browse only supplier.com
>      ...long list...

Ok. Then there will be a equally long list of http_access rules, and 
corresponding acls...


acl user1 proxy_auth user1
acl user1_sites news.com
http_access allow user1 user1_sites

[repeated for each user/group of users]

http_access deny all

Regards
Henrik

Reply via email to