4 Jan 2007 17:23
mod_dav + Windows Web Folders problem
Breeze Howard <bhoward <at> fsu.edu>
2007-01-04 16:23:15 GMT
2007-01-04 16:23:15 GMT
I have a Solaris 10 server with Apache 2.2.2 with mod_dav and related modules compiled in it. When we first started using mod_dav several months ago, it worked fine with the Windows Web Folders, then recently, sometime around mid-December, the mod_dav started exhibiting an odd behavior with Windows Web Folders. You can still login, you can upload folders that contain files, you can get, delete and move files, you can overwrite existing files, but you CAN'T upload new files. That's the only thing you can't do, and the only client that can't do it is Windows Web Folders. And all of my users are reporting this error on all of their webdav'ed directories. I have replicated the errors on my Windows desktop running Windows XP Pro, Version 2002, SP2. Below is some output from the access_log file. The file was deleted between clients, so as to show similar actions. Uploading a file 'pixel3.gif' into the /prospective Directory. In the first example with WebDrive, I connect (OPTIONS, PROPFIND, PROPFIND, PROPFIND) and the I upload the file (PUT, PROPFIND, PROPPATCH). Everything works, Yea! In the second example with Windows XP Web Folders, I connect (OPTIONS, OPTIONS, PROPFIND, PROPFIND), and I try to upload (HEAD). But it gives me "An error occurred copying some or all of the selected files." windows error and a "File does not exist" error in my Apache error_log. I've included an excerpt from my httpd-dav.conf file below too, but since it did not change, and I'm only having issues with one client, I don't think that is my problem, unless something could be added to BrowserMatch?(Continue reading)
RSS Feed