mod_authz_groupfilemod_authz_groupfile overviewmod_authz_groupfile module provides authorization to specific parts of the site based on user's group membership.
mod_authz_groupfile directivesAuthGroupFile
AuthGroupFile directive specifies the name of the text file containing the list of user groups for user authorization. File-path is the path to the group file. If it is not absolute, it is treated as relative to the ServerRoot. Each line of the group file contains a groupname, colon and space-separated members usernames. Example:
Security note! Don't locate AuthGroupFile inside the directory that it protects and inside web-server document tree. Otherwise, clients will have a chance to download AuthGroupFile.
AuthzGroupFileAuthoritative
If AuthzGroupFileAuthoritative is set to off and no group got matched against specified userID, group authorization will be passed to lower level modules (if any). |