mod_dav enables Apache to understand the WebDAV protocol (extensions to HTTP). WebDAV stands for "Web-based Distributed Authoring and Versioning", and is defined by RFC 2518. WebDAV is intended to replace proprietary authoring protocols such as those used by Frontpage or NetObjects' Fusion, but is also a complete set of protocols for manipulating a webserver's files and directories, and their properties.
| Tags | Internet Web HTTP Servers Site Management |
|---|---|
| Licenses | BSD Original |
| Operating Systems | OS Independent |
| Implementation | C |
Recent releases


Changes: Minor bugfixes and interoperability improvements.


Changes: Bugfixes and updates.


Changes: A fix for binary file corruption in Win32 and a small tweak in dav_fs_repos.c to aid AIX compilation.


Changes: This is the final, stable release. Minor bugs were fixed, and some directives were added to help prevent DoS attacks.


Changes: A new property for altering the exec bit on server files, refining of the provider APIs for repositories, better error responses, and a round of bugfixes.
- All comments
Recent commentsRe: mod_dav
>
> % I can't remember where I read it, but in
> % M$ Office 2000, front page extensions
> % will be dumped and it will start using
> % the dav standard.
>
> Nope.
> Not true.
> Now up to FP2002 and that still uses the
> CGI-based system for updating
>
Microsoft does want to toss their extensions and use only WebDAV (I used to work at MSFT, and even talked to the FP group about this). The problem is that the FP protocol is a superset of WebDAV, so they have to keep some kind of extension. They could certainly degrade behavior and whatnot, but it is a lot of work and they're a bit leery of digging into that.
Re: mod_dav
> I can't remember where I read it, but in
> M$ Office 2000, front page extensions
> will be dumped and it will start using
> the dav standard.
Nope.
Not true.
Now up to FP2002 and that still uses the CGI-based system for updating
DAV in Adobe Golive 5
As announced by Adobe, the new release of Adobe Golive which should be available soon will have full support of the DAV protocol.
mod_dav
I can't remember where I read it, but in M$ Office 2000, front page extensions will be dumped and it will start using the dav standard.