You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Enrique Porta <ki...@gmail.com> on 2010/10/28 08:53:36 UTC

[users@httpd] verification of user id '' not configured

Hi! i have an apache 2.2.15 server and i want to configure a secure folder.

This is my secure configuration

<Location /svn/>
    DAV svn
    SVNParentPath /var/lib/svn
    SVNListParentPath On

    AuthType Digest
    AuthName "Private"
    AuthUserFile /etc/svn-auth-file
    AuthzSVNAccessFile /etc/svn-authz-file
    Require valid-user
</Location>

The svn-auth-file are create wit the htdigest command and the "Private" realm .

The content of the svn-authz-file is:
[/]
* = r

The webrowser show me the login window, but on the server error log
appears this:

verification of user id '<null>' not configured


I try using the AuthType Basic with a htpasswd file and all works
perfectly, but with the Digest no....

What's the problem?

Thx ;)

---------------------------------------------------------------------
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@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org