Trying to get a simple WebDAV area set up for sharing files. I can retrieve a index.html from the area with a browser, but trying to mount the WebDAV area in the OS X Finder, it errors after authentication.
141.213.42.9|Thu 20 Mar 2014 10:50:53 -0400|401|906||GET /favicon.ico HTTP/1.1|Host: les-wg.engin.umich.edu|Accept: */*|Connection: keep-alive|User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.74.9 (KHTML, like Gecko) Version/7.0.2 Safari/537.74.9|Accept-Language: en-us|Referer: http://les-wg.engin.umich.edu:8080/index.html|Accept-Encoding: gzip, deflate
141.213.42.9|Thu 20 Mar 2014 10:51:32 -0400|401|901||OPTIONS /test HTTP/1.1|Host: les-wg.engin.umich.edu|Accept: */*|Content-Length: 0|Connection: close|User-Agent: WebDAVLib/1.3
141.213.42.9|Thu 20 Mar 2014 10:51:34 -0400|401|901||OPTIONS /test HTTP/1.1|Host: les-wg.engin.umich.edu|Accept: */*|Content-Length: 0|Connection: close|User-Agent: WebDAVLib/1.3
141.213.42.9|Thu 20 Mar 2014 10:51:34 -0400|405|873|bladex|OPTIONS /test HTTP/1.1|Host: les-wg.engin.umich.edu|Accept: */*|Content-Length: 0|Connection: close|User-Agent: WebDAVLib/1.3
The configuration:
VirtualHost {
Hostname = les-wg.engin.umich.edu
WebsiteRoot = /Volumes/LES/test
StartFile = index.html
AccessLogfile = /usr/local/var/log/hiawatha/access.log
ErrorLogfile = /usr/local/var/log/hiawatha/error.log
WebDAVapp = yes
PasswordFile = basic:/usr/local/etc/hiawatha/dav.passwd,/usr/local/etc/hiawatha/dav.group
RequiredGroup = users
AlterGroup = users
AllowDotFiles = yes
}
I'm sure I must be missing something basic, but I can't figure out what... ?
Hiawatha version: 9.3.1
Operating System: OS X 10.7.5