You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by azeem ahmad <az...@msn.com> on 2006/02/27 21:19:37 UTC

[users@httpd] httpd basic authentication problem

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



---------------------------------------------------------------------
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


Re: [users@httpd] httpd basic authentication problem

Posted by Joshua Slive <jo...@slive.ca>.
On 2/27/06, azeem ahmad <az...@msn.com> wrote:
> 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/

You've got some kind of mysql auth module included in your config that
is messing up the auth.  Get rid of it.

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