From: Alexander Dalloz <ad+lists@xxxxxxxxx>
Reply-To: For users of Fedora Core releases <fedora-list@xxxxxxxxxx>
To: For users of Fedora Core releases <fedora-list@xxxxxxxxxx>
Subject: Re: webdav
Date: Mon, 27 Feb 2006 16:28:52 +0100
Am Mo, den 27.02.2006 schrieb azeem ahmad um 15:56:
> i have configured a webdav directory. but when i try to connect to it,
it
> doesnt ask for credentials
> how could i make it
> configuration is as below
>
> <Directory /dav/>
> DAV On
> AuthType Basic
> AuthName "must"
> AuthUserFile "/root/davlogin"
Why do you think the user "apache" as which the httpd runs is allowed to
access a "davlogin" file inside "/root/"?
> <LimitExcept GET HEAD OPTIONS>
> Require user webdav
> </LimitExcept>
> </Directory>
>
> Regards
> Azeem
Alexander
--
Alexander Dalloz | Enger, Germany | GPG http://pgp.mit.edu 0xB366A773
legal statement: http://www.uni-x.org/legal.html
Fedora Core 2 GNU/Linux on Athlon with kernel 2.6.11-1.35_FC2smp
Serendipity 16:26:39 up 3 days, 18:15, load average: 0.24, 0.26, 0.21
<< signature.asc >>
ok
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: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