At 15:14 12/12/01, Anand R wrote:
>I want to write a AuthGroupfile .I did set the password for the site.
>I want to create a group and let the group access the site.

This is off-topic for this list, you should try a generic Apache list for 
questions like this.

Anyway, what I have used before is:

# the name of the file isn't important. .ht* files are blocked by apache 
though, os it's safest to use that.
AuthGroupFile /path/to/.htgroup
require group group1 group2

Then, in .htgroup:
group1: User1 User2 User3
group2: User4 User1

These users being defined in your .htpasswd file.



-- 
Per Einar Ellefsen
[EMAIL PROTECTED]


Reply via email to