Re: always_direct not working

From: Spidaman The Defenestrator <spidaman@dont-contact.us>
Date: Tue, 21 Sep 1999 12:21:51 -0700 (PDT)

On a somewhat related note, I want to force anything that's of mime type
text/html to be passed through, I'd like to be able to say

acl is_html mime_out text/html
always_direct allow is_html

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?

thanks,
-Ian

Meanwhile, back at the ranch...
> first match wins, so change the order:
> always_direct allow sctu
> always_direct deny all
>
>

--
Salon Internet 				http://www.salon.com/
  HTTP mechanic, Perl diver, Mebwaster, Some of the above
Ian Kallen <idk@salon.com> / AIM: iankallen / Fax: (561) 619-0995
Received on Tue Sep 21 1999 - 13:35:17 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:48:30 MST