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:

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

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



Please respond to [EMAIL PROTECTED]
Sent by:        [EMAIL PROTECTED]
To:     [EMAIL PROTECTED]
cc:      (bcc: Dan Mitton/YD/RWDOE)
Subject:        Re: [EMAIL PROTECTED] WebDAV
LSN: Not Relevant
User Filed as: Not a Record

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


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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to