On 6/2/05, Eric Brown <ericbro@xxxxxxxxx> wrote: > Here's what worked: I put all of the Auth directives in a Directory tag > > <Directory /svn> > #how to authenticate a user > AuthType Basic > AuthName "Restricted Files" > AuthUserFile /etc/site-passwd > #Only authenticated users may have access > Require valid-user brownec > </Directory> This is just not correct. As I said "Require valid-user brownec" doesn't make any sense. Plus, <Directory /svn> looks for the svn directory off the root of your filesystem (not under the DocumentRoot). Is that really what you want? 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