Forum

WebDAV configuration

rklingsten
20 March 2014, 16:01
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
Hugo Leisink
21 March 2014, 19:54
What WebDAV application are you using?
rklingsten
21 March 2014, 20:52
It's just the WebDAV built-in to the OS X 10.9 Finder.
Hugo Leisink
21 March 2014, 23:41
I meant on the webserver. All Hiawatha does with WebDAV

app=yes is forward the WebDAV requests to the WebDAV enabled CGI application. An example of such app is ownCloud.
rklingsten
23 March 2014, 02:51
Oh ho, I see ... like I said, I thought I was missing something basic! I was expecting similar WebDAV behavior like Apache or lighty handling it internally, and didn't realize I needed something else to handle it. ownCloud is overkill, I just need something simple.

Thanks very much for the help!
Hugo Leisink
31 March 2014, 08:59
What about gpFinder [gpfinder.org]?
This topic has been closed.