I dont know what you are saying but this is wrong information.WebDAV is not supported at this time. All apache modules/configs are there just for any future implementation, but because of the process rights of "apache" that webDAV would be using, no files would be able to be uploaded to user folders because they're chowned to the user, not apache. We also dont want to have all user files chowned to "apache" as that would be very insecure (everyone could edit each other's files according to linux rules if they had apache write access, which is bad). We're still open to other methods of making webDAV work securly (as the correct user) but FTP is still, and will likely always be the best upload method of choice.
Because the files are owned by 'apache' for each user default WebDAV is not supported yet.
I'm trying to solve this problem with mod_ruid and currently everything works like a charm.
WebDAV must be enabled user-by-user in the custom user's httpd.conf so the files will be owned by the user itself and not apache.
The only problem I currently have is that I can't add the WebDAV to my computer as Network Drive, it doesn't accept the password. But at HTTP or cadaver it works perfectly with my login.