A SERVICE OF

logo

Command ReferenceA-129
The following example restricts access to the directory tree /home/htdocs/
private/storage to the group group1, which consists of the users whose IDs
are user1, user2, user3, and user4. The authentication dialog is titled Dell.
<Directory /home/htdocs/private/storage>
AuthName Dell
<Limit GET>
require group group1
</Limit GET>
</Directory>
In this example, group1 is defined by the following entry in /etc/httpd.group:
group1: user1 user2 user3 user4
SEE ALSO
httpd.passwd, httpd.group
httpd.access