

AuthUserFile /otherdir/.htpasswd
AuthGroupFile /otherdir/.htgroup
AuthName ByPassword
AuthType Basic

<Limit GET>
require group my-users
</Limit>

AuthUserFile /m3/webdocs/computing/INTERNET/examples/by-password-multiple-users/.htaccess
AuthGroupFile /m3/webdocs/computing/INTERNET/examples/by-password-multiple-users/.htgroup
AuthName ByPasswordMulti
AuthType Basic

<Limit GET>
require group doggies
</Limit;>

.htgroup File

doggies:rover jumpy


AuthUserFile /dev/null       
AuthGroupFile /dev/null      
AuthName File Restricter         
AuthType Basic               
                             
<Limit GET>                      
order deny,allow             
deny from all                
allow from 901090920 
</Limit>