Henrik Nordstrom wrote:
fre 2006-10-06 klockan 13:09 -0800 skrev Chris Robertson:
Should that not be...
http_access allow !concurrent_browsing password
http_access deny all
Why? concurrent_browsing requires a login, just as password does. !
Er... Uh... Just goes to show, you are the master...
concurrent_login matches the authenticated users who are not using too
many connections, and password matches all authenticated users. So !
concurrent_login is a subset of password.
In retrospect, that is obvious. *sigh*
allow "all authenticated users not using too many connections of all
authenticated users" is still "all authenticated users not using too
many connections".
...or were you not replacing all four access lines with two?
Exactly. Removed the redundant ones.
Regards
Henrik
Chris