m�n 2003-03-10 klockan 12.05 skrev NetSnake:
> It's very simple:
> 
> acl MyDenyMIME urlpath_regex -i \.exe \.mov \.mpg \.mp?

you also need $ after the extension, and it is not at all related to
MIME types, only file extensions in the requested URL..

acl MyDenyExtensions urlpath_regex -i \.exe$ \.mov$ \.mpg$ \.mp?$

> acl deny MyDenyMIME

http_access deny MyDenyExtension


If you want to block based on MIME types then see the rep_mime_type acl
and http_reply_access.

Regards
Henrik

-- 
Henrik Nordstrom <[EMAIL PROTECTED]>
MARA Systems AB, Sweden

Reply via email to