Hi..

 

I set my configuration of apache as following (one the part about
webdav)...

===========================================

DAVLockDB /tmp/lockdb

<Directory "/i-data/md0/*">

  Options All

  Order allow,deny

  Allow from all

  Dav on

</Directory>

===========================================

 

It is VERY simple, right? But when I access it, apache will ask me
username and password.

 

Why? For example, I have a folder "/i-data/md0/music", and its
permission is 0777. 

And I also establish a link http://ip/music to point
"/i-data/md0/music".

 

Now, if I access http://ip/music by my web browser, it's ok. However, I
will be asked to enter username and password when I access it by WebDav.

 

Anyone can help me? Thx.

Reply via email to