Displaying 1 result from an estimated 1 matches for "hll_dav".
Did you mean:
all_dat
2014 Jan 21
0
Apache Directory Level access control
...ectories are need to be further restricted by the group a user is
assigned to. I have this situation:
<Directory />
AuthType Digest
AuthName ca.harte-lyne
AuthDigestDomain /
AuthDigestProvider file
AuthUserFile /etc/httpd/access.d/.htdigest
AuthGroupFile /var/data/hll_dav/htgroup
Require group staff
AllowOverride None
Order allow,deny
allow from all
Satisfy All
Options Indexes MultiViews
IndexOptions FancyIndexing
AddDefaultCharset UTF-8
</Directory>
<Directory /Private>
Require group management
</Directory>...