On Thu, 12 Apr 2007 Dan_Mitton Notes.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_Mitton notes.ymp.gov
<Dan_Mitton notes.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-unsubscribe httpd.apache.org
" from the digest: users-digest-unsubscribe httpd.apache.org
For additional commands, e-mail: users-help httpd.apache.org
|