- From: Lisa Dusseault <lisa@osafoundation.org>
- Date: Thu, 13 Jan 2005 11:28:25 -0800
- To: Mike Lindsey <coyote@gmail.com>
- Cc: w3c-dist-auth@w3.org
You might look at the response to the first OPTIONS request (via TCPdump or sniffer), in each case, to see if the server is returning something different. If the server is returning the identical thing (particularly the custom non-standard Microsoft header that Web Folders used to expect) then start looking at the client side steps instead. lisa On Jan 12, 2005, at 4:08 PM, Mike Lindsey wrote: > > If this isn't the right list, I apologize, point me on my way and I'll > go bother the right people. > > I've got an apache 2 server running with two dav directories. One I > store my sunbird calendar files in. It works, it's fine. I can also > mount that directory as a ms web folder, through windows 2000. The > other directory, which has the same ownership and permissions, I can > hit in my browser, but I can't mount as a web folder. Windows tells > me that it's not a valid folder. > > But, as far as I can tell, my configuration is identical. > > My conf output: > <IfModule mod_dav.c> > DavMinTimeout 600 > <Location /cal/calendars/> > Options None > Dav On > AuthType Digest > AuthName Calendars > AuthDigestDomain /cal/calendars/ > AuthDigestFile /etc/apache2/conf/digest_pw > Require valid-user > <Limit PUT POST DELETE PROPFIND PROPPATCH MKCOL COPY > MOVE LOCK UNLOCK> > </Limit> > </Location> > <Location /roam/mike/> > Options None > Dav On > AuthType Digest > AuthName Mike > AuthDigestDomain /roam/mike/ > AuthDigestFile /etc/apache2/conf/digest_pw > Require valid-user > <Limit PUT POST DELETE PROPFIND PROPPATCH MKCOL COPY > MOVE LOCK UNLOCK> > </Limit> > </Location> > </IfModule> > > > access_log output for the failed mount: > 192.138.150.250 - - [12/Jan/2005:22:43:32 +0000] "OPTIONS /roam > HTTP/1.1" 200 - > 192.138.150.250 - - [12/Jan/2005:22:43:32 +0000] "GET /_vti_inf.html > HTTP/1.1" 404 346 > 192.138.150.250 - - [12/Jan/2005:22:43:32 +0000] "POST > /_vti_bin/shtml.exe/_vti_rpc HTTP/1.1" 404 360 > 192.138.150.250 - - [12/Jan/2005:22:43:32 +0000] "OPTIONS /roam/mike > HTTP/1.1" 200 - > > and for the successful mount: > 192.138.150.250 - - [12/Jan/2005:23:22:21 +0000] "OPTIONS /cal > HTTP/1.1" 200 - > 192.138.150.250 - - [12/Jan/2005:23:22:21 +0000] "PROPFIND > /cal/calendars HTTP/1.1" 207 789 > 192.138.150.250 - - [12/Jan/2005:23:22:26 +0000] "PROPFIND > /cal/calendars HTTP/1.1" 207 6295 > > > -- > Mike Lindsey >
Received on Thursday, 13 January 2005 19:28:38 UTC