On Tue, 15 Mar 2005 14:51:50 +0100, Stefan Voelkel <stefan.voelkel@xxxxxxxxxxxx> wrote: > > Need more details. Give us your best guess at the correct > > configuration, and exactly what happens when you try to use this > > configuration (including relevant excerpts from the apache error log). > > Will do, but there is no error, it just simply does not work as I want it > to :) > > Abstract Thanks. That was a much better problem report. I think the problem here is that you are mixing up the mod_auth and mod_authz_svn configuration stuff. The "Require" directives in httpd.conf will not read the AuthzSVNAccessFile. So you need to have an AuthGroupFile directive pointing to an apache-style groups list (as in /etc/groups). Although that is certainly a part of the problem, I'm not sure if it will fix the whole thing. Normally with mod_authz_svn, apache's mod_auth provides only the authentication, and mod_authz_svn provides the actual access control list. Trying to mix the two with respect to access control is surely going to be complicated. Joshua. --------------------------------------------------------------------- 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