Hi,
On Thu, 14 Mar 2002, Anderson Pettirossi Xavier wrote:
> deny some site for everyone and permit just for some user
That's what you said originally. I gave you an answer and then you said
"but i have to do this with authetication". So, please describe exactly
what yopu want to do.
eg "I want to authenticate users before they go to some site"
This can be achieved by something like:
acl password proxy_auth "/path/to/file/with/usernames"
acl somesite dstdomain .some.site
acl all src 0.0.0.0/0.0.0.0
http_access allow password somesite
http_access deny all somesite
http_access allow all
Colin
Received on Thu Mar 14 2002 - 15:35:11 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:06:56 MST