On 6/2/05, Eric Brown <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to