Rolf wrote: > > Sorry. working now. always_direct allow a b c means that a b and c are > logically and'ed as per http_access allow ... yes?
Yes. > If I want always_direct for a b and c do I need > always_direct a > always_direct b > always_direct C Yes, or make a single acl which matches all of a, b and c.. > always_direct a b c does not mean the same thing? Nope. See above. Regards Henrik
