- From: Mike Lindsey <coyote@gmail.com>
- Date: Wed, 12 Jan 2005 16:08:40 -0800
- To: w3c-dist-auth@w3.org
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 00:09:11 UTC