On 4/4/06, Nico Berg <[EMAIL PROTECTED]> wrote:

> The error from my error_log file:
>
> [Tue Apr  4 02:59:05 2006] [crit] [client 213.84.46.144] configuration
> error:  couldn't check user.  No user file?: /

> <VirtualHost webdav.gandalf.name>
>
> DocumentRoot "/srv/webdav.gandalf.name"
>
> ServerName webdav.gandalf.name
>
> <Directory "/srv/webdav.gandalf.name">
>
>     DAV On
>
> AuthType Digest
>
> AuthUserFile /etc/apache/.htaccess-dav
>
> require valid-user
>
> AuthName "nico"
>
> </Directory>
>
> </VirtualHost>

For AuthType Digest you need to use AuthDigestFile.  See:
http://httpd.apache.org/docs/1.3/mod/mod_auth_digest.html

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