This module provides authorization capabilities so that
authenticated users can be allowed or denied access to portions
of the web site by group membership. Similar functionality is
provided by
Apache's group
and group-file
.
Since v2.5.0, expressions are supported within the groupfile require directives.
This directive specifies group membership that is required for the user to gain access.
When this directive is specified, the user must be a member of the group assigned to the file being accessed.
The
Each line of the group file contains a groupname followed by a colon, followed by the member usernames separated by spaces.
Note that searching large text files is very
inefficient;
Make sure that the