This module provides authorization capabilities so that
authenticated users can be allowed or denied access to portions
of the web site. Require user
directive. Alternatively Require valid-user
can be used to
grant access to all successfully authenticated users.
Apache's user
and valid-user
.
Since v2.4.8, expressions are supported within the user require directives.
This directive specifies a list of users that are allowed to gain access.
When this directive is specified, any successfully authenticated user will be allowed to gain access.