10.4: Fix WebDAV under Apache2

May 17, '05 09:01:00AM

Contributed by: mindlace

Tiger only hintIf you have been using Apache2's WebDAV with OS X, it probably broke when you upgraded to Tiger. The cause is most likely this line in your Apache config file:

BrowserMatch "^WebDAVFS/1.[012]" redirect-carefully
Tiger uses WebDAVFS/1.3 , which still needs to be redirected carefully, so change the line to read:
BrowserMatch "^WebDAVFS/1.[0123]" redirect-carefully
And Voila!, your WebDAV should work again.

Comments (5)


Mac OS X Hints
http://hints.macworld.com/article.php?story=20050506202838310