You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/www-apache/mod_authz_unixgroup/files/10_mod_authz_unixgroup.conf

12 lines
359 B

<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