Intro to Apache - ApacheCon 2005
DAV
./configure --enable-dav --enable-dav-fs
| | |
dav-fs means that the DAV repository will be file-system based- Can also be database-based, or Subversion-based, if you want a versioned file aystem.
- This is a standard part of Apache 2.0, but is an add-on module for 1.3
- The 1.3 module has been poorly maintained since the release of 2.0. If you want to run DAV, you should probably go with 2.0
|
|