Re: acl definitions

From: Duane Wessels <wessels@dont-contact.us>
Date: Tue, 31 Aug 1999 11:32:30 -0600

On Tue, 31 Aug 1999, Evren Yurtesen wrote:

> is there any way to define OR'ed acl's without putting them to seperate
> lines? as far as I know it is something like this
>
> acl url urlpath-regex X Y
> no_cache deny url
> would work if there is X and Y on the URL at the same time but if I want

No, thats wrong.

Things on one "acl" line are automatically OR-ed.

Plus
        acl url urlpath-regex X
        acl url urlpath-regex Y

is the same as

        acl url urlpath-regex X Y

Things on one "no_cache" (http_access, etc) line are automatically
AND-ed.

Duane W.
Received on Tue Aug 31 1999 - 11:49:59 MDT

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