We could say:
require user bill ben simon
to allow only those users, provided they also have valid entries in
the password table, or we could say:
require group cleaners
in which case only sonia and
daphne can access the site, provided they also
have valid passwords and we have set up
AuthGroupFile appropriately.
The block that protects ... /cgi-bin could
safely be left out in the open as a separate block, but since
protection of the ... /salesmen directory only
arises when sales.butterthlies.com is accessed,
we might as well put the require directive there.