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

OR

Require user user1
Require user user2
Satisfy any


---------------------------------------------------------------------
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: users-unsubscr...@httpd.apache.org
  "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to