summaryrefslogtreecommitdiff
path: root/www-apache/mod_authz_unixgroup/files/10_mod_authz_unixgroup.conf
blob: dd942a8dd791ef0e4458f39bc6e3040b0111d11e (plain)
1
2
3
4
5
6
7
8
9
10
11
<IfDefine AUTHZ_UNIXGROUP>
LoadModule authz_unixgroup_module modules/mod_authz_unixgroup.so

# For UNIX group check
#     Require unix-group staff admin
# This would allow only access to accounts in the 'staff' or 'admin' unix groups.
# You can alternately specify groups by their gid numbers instead of their names.
</IfDefine>

# vim: ts=4 filetype=apache