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.4.8, 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 filesystem permissions on
the file being accessed are consulted. The user must be a member of
a group with the same name as the group that owns the file.
See
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