From: "Boyle Owen" <[EMAIL PROTECTED]>
Reply-To: users@httpd.apache.org
To: <users@httpd.apache.org>
Subject: RE: [EMAIL PROTECTED] webdav
Date: Mon, 27 Feb 2006 16:21:05 +0100
> -----Original Message-----
> From: azeem ahmad [mailto:[EMAIL PROTECTED]
> Sent: Montag, 27. Februar 2006 15:57
> To: [EMAIL PROTECTED]; users@httpd.apache.org
> Subject: [EMAIL PROTECTED] webdav
>
> hi list
> i have configured a webdav directory. but when i try to
> connect to it, it
> doesnt ask for credentials
When you say "connect", how do you mean? Via a browser? via a content
editor? What method? (you know you've switched off authentication for GET,
don't you?) Any chance the client is caching creds from an earlier session?
Rgds,
Owen Boyle
Disclaimer: Any disclaimer attached to this message may be ignored.
> how could i make it
> configuration is as below
>
> <Directory /dav/>
> DAV On
> AuthType Basic
> AuthName "must"
> AuthUserFile "/root/davlogin"
> <LimitExcept GET HEAD OPTIONS>
> Require user webdav
> </LimitExcept>
> </Directory>
>
> Regards
> Azeem
>
>
ok
i have dont 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:52 2000] [error] [client 192.168.3.6] Directory index
forbidden by rule: /var/www/html/
[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/
[Mon Nov 27 04:29:00 2000] [error] [client 192.168.3.6] MySQL ERROR: Table
'test.user_info' doesn't exist: /dav/
[Mon Nov 27 04:29:00 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: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]