OK, so I am once again struggling with webDAV and Windows XP.  I have  
this:

<virtualhost *>
    ServerName webdav.example.com
    DocumentRoot /www/example/html/
    DavLockDB /tmp/DavLock.bdb
       <location />
         DAV On
         AuthType basic
         AuthName "Example"
         AuthUserFile /www/example/.htdavpass
         Options All
         ForceType text/plain
         <Limit PUT POST DELETE PROPFIND PROPPATCH MKCOL COPY MOVE  
LOCK UNLOCK>
            require valid-user
         </Limit>
       </location>
</VirtualHost>

Works perfectly from OS X.

Windows XP LOOKS like it is working, but it never asks for a password  
and never loads a file listing.  IIRC, this is because Windows wants a  
url in the form of http://www.example.com/webdav/ and will not handle  
a 'top level' webdav location.

How do i get around this?

-- 
In my world there are people in chains and you can ride them like
        ponies

_______________________________________________
OSX-Nutters mailing list | [email protected]
http://lists.tit-wank.com/mailman/listinfo/osx-nutters
List hosted at http://cat5.org/

Reply via email to