WebDAV on FreeBSD

Philip M. Gollucci pgollucci at p6m7g8.com
Mon Jun 30 16:31:45 UTC 2008


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



More information about the freebsd-apache mailing list