Installing mod_dav on Apache 2.0


Installing mod_dav on Apache 2.0

./configure --enable-dav


Apache 2.0 bundles mod_dav, although it is not enabled by default. You can enable it as you would do with any other of the included modules. By default, it will also compile the file system back end (--enable-dav-fs). It is also possible to have alternate back ends for DAV, such as the Subversion source management system and databases, as described in Chapter 12.

If you are using the Apache 2 Windows distribution, mod_dav is already present as a DLL, so you will just need to enable the LoadModule directives in the httpd.conf configuration file:

LoadModule dav_module modules/mod_dav.so LoadModule dav_fs_module modules/mod_dav_fs.so





Apache(c) Phrase Book(c) Essential Code and Commands
Apache Phrasebook
ISBN: 0672328364
EAN: 2147483647
Year: 2006
Pages: 254

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net