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) defininiton in one line?
Evren
Received on Tue Aug 31 1999 - 10:58:10 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:48:09 MST