On Thu, Aug 20, 2009 at 10:55 AM, André Warnier<[email protected]> wrote:
> Melanie Pfefer wrote:
> ...
>
>> Require user user1
>> Require user user2
>
> Melanie,
> I believe you may be caught by the fact that the two lines above actually
> express /two/ requirements, cumulatively, which cannot be both met at the
> same time.
>
> Try this :
> Require user user1 user2

This should not result in a functional change.  Multiple requires are
OR'ed, even when on different Require ...  lines or from different
modules.

> Require user user1
> Require user user2
> Satisfy any

Satisfy only changes how access control and authorization interact,
not how multiple authorization directives interact.

-- 
Eric Covener
[email protected]

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [email protected]
   "   from the digest: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to