Mailing List Archive

request..
> I would really like to specify more than one access type per directory.
> For example, I have a document that I want to only be accessable from
> two machines and then require a password from whoever uses those
> machines.

> The access.conf entry I invision would be something like:

> <Directory /users/www/staff/private>
> AuthGroupFile /users/www/staff/.htgroup
> AuthUserFile /users/www/staff/.htpasswd
> <Limit PUT GET>
> order deny,allow
> deny from all
> allow from pinky.finger.com ring.finger.com
> require group staffops
> </Limit>
> </Directory>