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
Received on Wed Oct 15 2003 - 03:10:52 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:20:30 MST