[users@httpd] Mod_Dav WindowsXP client

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

 



Setup, Apache 2.2.2 Win32 running on Windows 2000 Server.

I have had little problem enabling WebDav on Apache and works great
connecting from Windows XP without authentication. I can open and edit
files freely. Whenever I turn on authentication I can no longer connect
via Windows XP (IE6, File, Open, Web Folder.) It seems to be an issue
with WindowsXP's built-in webdav client because I can successfully log
in using 3rd party win32 tools such as JEdit. If I turn off DAV on the
Location I can successfully login to the website so it seems I have the
right AUTH setup. Anyone out there get WebDav to authenticate from
WindowsXP's built in client? Or is there a WebDav Win32 client you guys
recommend? Thanx.

---------------------

Alias "/dav" "C:/binaries/apache2ssl/htdocs/dav"

<Location "/dav">
    DAV On
    AuthType Basic
    AuthName "WebDAV Restricted"
    AuthUserFile c:\binaries\apache2ssl\conf\webdav.txt
    <LimitExcept GET HEAD OPTIONS>
        Require user ctoledo
    </LimitExcept>
</Location>

----------------------

Christian Toledo
Web Administrator
WebCollage Inc.
P: 646.827.2579
F: 212.563.2112


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