Mod DAV
Posted by: kabir0804 (---.saix.net)
Date: February 09, 2006 10:21AM

does any know how to enable Mod DAV on apache , I went to the web site (apache)but I don't know where in the httpd.conf to edit or what to add . if any one knows astep by step way of getting Mod DAV to work it would be a gr8 help

Options: ReplyQuote
Re: Mod DAV
Posted by: CyberSpatium (---.hsd1.or.comcast.net)
Date: February 16, 2006 05:26PM

open up your httpd.conf file and change these two lines:

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

to this:

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

by removing the #, it enables the module. save the file, restart apache, and it wil be enabled.

Options: ReplyQuote


Sorry, only registered users may post in this forum.