John,

I added the DAVDepthInfinity On, right after my DAV On line, but it 
doesn't seem to do anything.

<Directory "/usr/local/apache2/htdocs/WebDAV">
    DAV On
    DAVDepthInfinity On
    AllowOverride FileInfo AuthConfig Limit Indexes
        .
        .
        .

Dan



Please respond to users@httpd.apache.org

To:     users@httpd.apache.org
cc:      (bcc: Dan Mitton/YD/RWDOE)
Subject:        Re: [EMAIL PROTECTED] WebDAV
LSN: Not Relevant
User Filed as: Not a Record

On Thu, 12 Apr 2007 [EMAIL PROTECTED] wrote:

> Joshua,
>
> Thanks, it looks like the http://server.name.dom:80/WebDAV did the trick
> with getting basic authentication to work, but now from XP sp2 Explorer,
> the directory of the WebDAV share, also contains an infinite recursion 
of
> the WebDAV directory itself !!??!!  Here is my apache setup:
>
> <Directory "/usr/local/apache2/htdocs/WebDAV">
>     DAV On
>     AllowOverride FileInfo AuthConfig Limit Indexes
>     Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
>     AuthType Basic
>     AuthName "WebDAV"
>     AuthUserFile  users/WebDAV.Users
>     AuthGroupFile users/WebDAV.Groups
>     <Limit PUT>
>         Order deny,allow
>         Allow from all
>         Require group WebDAV-Writers
>     </Limit>
>     <Limit GET POST OPTIONS PROPFIND>
>         Order deny,allow
>         Allow from all
>         Require group WebDAV-Readers WebDAV-Writers
>     </Limit>
>     <LimitExcept GET POST PUT OPTIONS PROPFIND>
>         Order deny,allow
>         Deny from all
>     </LimitExcept>
> </Directory>
>
> And a directory from the server:
>
> On 4/11/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> >
> > Is there anyone using WebDAV and Basic Authentication from a Windows
> > Explorer client??
>
> Yes. Did you have a specific question?
>
> Lots of people do this, although you need to contend with the various
> bugs in various windows versions and sub-versions. An example is here:
> 
http://agiletesting.blogspot.com/2007/03/file-sharing-with-apache-and-webdav.html

>
>
You probably still need to use DavDepthInfinity for the recursion issue.

DAVDepthInfinity on

----------------------------------------
"Mon aƩroglisseur est plein d'anguilles"
John P. Dodge
Boeing Shared Services


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



Reply via email to