httpd basic authentication problem
- From: "azeem ahmad" <azeem81@xxxxxxx>
- Date: Mon, 27 Feb 2006 20:19:37 +0000
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
--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
- Follow-Ups:
- Re: httpd basic authentication problem
- From: Mike Klinke
- Re: httpd basic authentication problem
- Prev by Date: Re: Chrootkit found "suspicious" file
- Next by Date: Re: httpd basic authentication problem
- Previous by thread: [FC4] wlan interface broke down after update
- Next by thread: Re: httpd basic authentication problem
- Index(es):