List Info

Thread: Re: WebDAV




Re: WebDAV
country flaguser name
United States
2007-04-12 10:32:35

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&gt;
        Order deny,allow
        Deny from all
    </LimitExcept>
</Directory>

And a directory from the server:

rootnessie:/usr/local/apache2/htdocs/WebDAV>ls -la
total 90
drwxrwxr-x   2 apache   apache &nbsp;     512 Apr 12 08:16 ./
drwxr-xr-x   3 apache   apache &nbsp;    1536 Apr  9 13:42 ../
-rw-r--r--   1 apache   apache &nbsp;       0 Apr  9 13:13 desktop.ini
-rw-r--r--   1 apache   apache &nbsp;      12 Apr  6 11:41 foo
-rw-r--r--   1 apache   apache &nbsp;   36558 Apr  9 14:11 java.txt
-rw-r--r--   1 apache   apache &nbsp;    4818 Apr 12 08:16 ydln1.txt

but other then seeing WebDAV inside of WebDAV, it seems to be working !!


Please respond to usershttpd.apache.org

Sent by:     &nbsp;  jslivegmail.com

To:       &nbsp;usershttpd.apache.org
cc:       &nbsp; (bcc: Dan Mitton/YD/RWDOE)
Subject:     &nbsp;  Re: [usershttpd] WebDAV


LSN: Not Relevant
User Filed as: Not a Record

On 4/11/07, Dan_Mittonnotes.ymp.gov <Dan_Mittonnotes.ymp.gov> 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

Joshua.

---------------------------------------------------------------------
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-unsubscribehttpd.apache.org
  "   from the digest: users-digest-unsubscribehttpd.apache.org
For additional commands, e-mail: users-helphttpd.apache.org



Re: WebDAV
country flaguser name
United States
2007-04-17 09:33:24
On Thu, 12 Apr 2007 Dan_MittonNotes.YMP.GOV wrote:

> Joshua,
>
> Thanks, it looks like the http://server.name.d
om: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_Mittonnotes.ymp.gov
<Dan_Mittonnotes.ymp.gov> 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.co
m/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://htt
pd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribehttpd.apache.org
   "   from the digest: users-digest-unsubscribehttpd.apache.org
For additional commands, e-mail: users-helphttpd.apache.org


[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )