Re: WebDAV

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, 12 Apr 2007 Dan_Mitton@xxxxxxxxxxxxx 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, Dan_Mitton@xxxxxxxxxxxxx <Dan_Mitton@xxxxxxxxxxxxx> 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: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux