On Wed, Oct 15, 2003 at 10:41:59AM +0200, Polenyik Tibor wrote:
> I denied to everyone to download *.exe.
> It works, but I'd like to deny everyone except one how can I do this ?

You need to "and" the ACLs - like this:

acl exefile url-regex *\.exe(\?|$|\#)         (if I remember correctly)
acl exceptionuser proxy_auth polenyik
http_access deny exefile !exceptionuser       (deny if both ACLs match)

If you don't use authentication you could as well define
"acl exceptionuser src <ip-address-of-polenyiks-machine>"

Is that what you were looking for?

 Christoph

-- 
~
~
".signature" [Modified] 3 lines --100%--                3,41         All

Reply via email to