Date: Mon, 30 Jun 2008 12:31:43 -0400 From: "Philip M. Gollucci" <pgollucci@p6m7g8.com> To: Eric Cope <eric.cope@gmail.com> Cc: freebsd-apache@freebsd.org Subject: Re: WebDAV on FreeBSD Message-ID: <48690A6F.2040001@p6m7g8.com> In-Reply-To: <bc6f8e590806300842o16ef7636kc80ae74b757405d7@mail.gmail.com> References: <bc6f8e590806300842o16ef7636kc80ae74b757405d7@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Eric Cope wrote: > Hello all, > I was not sure which mailing list to use, so I guessed this one. I am > trying to use webDAV with Apache. The Apache version is 2.2.3. I have the > module enabled. I can not get access. I have webDAV running on a Ubuntu > machine. I compared the conf files. They are very similar. The FreeBSD > machine has some more modules enabled. Thats about the only difference. Has > anyone else successfully run webDAV on a FreeBSD machine? What else do I > need to share to get this working? > Thanks, It should be pretty straight forward. cd /usr/ports/www/apache22 make all install clean WITH_FULLBUILD=yes LoadModule dav_module libexec/apache22/mod_dav.so LoadModule dav_fs_module libexec/apache22/mod_dav_fs.so Then you just need a Location block. http://httpd.apache.org/docs/2.2/mod/mod_dav.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?48690A6F.2040001>