hi list
i have configured webdav and created a htpasswd file as well.
i have done it acording to sugetions. but now its says mysql table not
found, while i dont know how it is trying to find mysql tables
below is current config
Alias /dav/ "/var/www/dav"
<Directory /var/www/dav/>
DAV On
AuthType Basic
AuthName "must"
AuthUserFile "/etc/httpd/dav/davlogin"
Require user webdav
</Directory>
and here is error_log entry
[Mon Nov 27 04:28:56 2000] [error] [client 192.168.3.6] MySQL ERROR: Table
'test.user_info' doesn't exist: /dav/
[Mon Nov 27 04:28:56 2000] [error] [client 192.168.3.6] MySQL user webdav
not found: /dav/
Regards
Azeem