acl definitions

From: Evren Yurtesen <yurtesen@dont-contact.us>
Date: Sun, 29 Aug 1999 20:31:19 +0300

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

to define something like X or Y I have to put

acl url1 urlpath-regex X
acl url2 urlpath regex Y
no_cache deny url url1

how can I define X or Y in one line?

Evren
Received on Sun Aug 29 1999 - 11:20:21 MDT

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