Greetings,
For the life of me I can't figure out why the following isn't working:
------8<-------
acl zip req_mime_type ^application/zip$
acl exe req_mime_type ^application/octet-stream$
acl msexe req_mime_type ^application/x-msdownload$
no_cache allow zip
no_cache allow exe
no_cache allow msexe
no_cache deny all
------>8-------
My intention is to cache .zips and (effectively) binaries from MS's Windows
Update but nothing else. Instead, nothing is being cached at all.
I also understand that no_cache _should_ be cable of "full-blown" ACL
support, so I really don't know why it isn't working.
Any ideas?
-- Jeremy Shaffner System Operations Fusion Broadband, Inc.Received on Mon Jan 31 2005 - 09:57:29 MST
This archive was generated by hypermail pre-2.1.9 : Mon Mar 07 2005 - 12:59:36 MST