Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!

10.4: Fix WebDAV under Apache2 UNIX
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.
    •    
  • Currently 0.00 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (0 votes cast)
 
[8,044 views]  

10.4: Fix WebDAV under Apache2 | 5 comments | Create New Account
Click here to return to the '10.4: Fix WebDAV under Apache2' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
10.4: Fix WebDAV under Apache2
Authored by: aamann on Tue, May 17 2005 at 12:41PM PDT
THANK YOU!

Finally my error log doesn't list tons of "uri mismatch" errors any more :-)

[ Reply to This | # ]
10.4: Fix WebDAV under Apache2
Authored by: awolfe_ii on Tue, Jul 12 2005 at 10:49PM PDT
HI!

My domains are hosted under apache 1.3.33... do I need this "redirect carefully" stuff?

My Connect to Server and iCal connections have completely blown up since my Tiger upgrade -- please help!

Thanks,

Andrew

[ Reply to This | # ]
10.4: Fix WebDAV under Apache2
Authored by: awolfe_ii on Fri, Jul 15 2005 at 11:52AM PDT
Please help...!!!

My Apache domain hosting server is 1.3.33 and it broke! I can do "Connect to Server" but I cannot rename files, create folders, or anything.
iCal publishing is totally dead.

Anyone with any ideas at all, please help!

[ Reply to This | # ]
10.4: Fix WebDAV under Apache2
Authored by: mindlace on Mon, Jul 18 2005 at 9:49AM PDT
Without messages in the logs, there's not a lot that can be done to help you. Whatever problem you have is unlikely to be this one, as DAV isn't available for apache 1.

[ Reply to This | # ]
10.4: Fix WebDAV under Apache2
Authored by: cilly on Fri, Aug 10 2007 at 4:37AM PDT
OSX 10.4.10 uses WebDAVFS/1.4.3.

Must redirect-carefully be used?

[ Reply to This | # ]