On Mon, Mar 24, 2008 at 8:30 AM, Florian <tslbai@xxxxxxxxxxxxxxx> wrote: > .htaccess > --------- > AuthType Basic > AuthName "Interner Bereich" > AuthUserFile /etc/htpasswd > AuthGroupFile /etc/htgroup > Require user user1 > Require group group1 group2 group3 > # user1 is not a member of any group > > Problem > ------- > In apache 2.0.59 this config worked. > User1 AND all mebers of all three groups were allowed to access the > directory. > > After updating to apache 2.2.8 this config doesn't work any more. > The combination of the "require user" and "require group" statements > allows only group-members to access the directory. User user1 is no more > allowed to access. Perhaps: http://httpd.apache.org/docs/2.2/mod/mod_authz_groupfile.html#authzgroupfileauthoritative -- Eric Covener covener@xxxxxxxxx --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx