On Wed, 15 Oct 2003, Polenyik Tibor wrote:

> It works, but I'd like to deny everyone except one how can I do this ?

Allow the ones you want to allow before where you deny, or exclude them 
from the deny line.. The latter is probably preferrable.

if you now have

http_access deny exe_download

then change this to

acl may_download_exe src ....
http_access deny !may_download_exe exe_download


Regards
Henrik

Reply via email to