Spidaman The Defenestrator wrote:
>
> I'm currently trying
>
> acl is_html urlpath_regex /$ \.html \? cgi-bin
> no_cache deny is_html
> always_direct allow is_html
>
> but that seems weak, is there a way to to acl requests on based on mime
> type that I've overlooked?
No, there's not a way, except guessing by the file name like you are
doing. You can't tell the MIME type of an object until you get it --
by then it's too late...
Dave
Received on Tue Sep 21 1999 - 22:08:21 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:48:30 MST