Getting mod_dav to work

Christian Laursen xi at borderworlds.dk
Thu Aug 12 22:38:33 PDT 2004


Alan Curtis <acurtis at ieee.org> writes:

> I would like to install the mod_dav port to allow me to make webDAV
> connections from my OS X machine to my FreeBSD server.
> 
> I am using
> 
> FreeBSD 4.10-RELEASE
> apache 1.3.13
> mod_dav-1.0.3_1
> 
> I installed everything and then followed the instructions from the
> mod_dav website and put the following lines in my httpd.conf file.
> 
> DAVLockDB /var/db/DAVLock
> DAVMinTimeout 600
> DAVDepthInfinity On
> 
> <Location /usr/home/alan/www/dav >
> DAV on
> </Location>

You should probably use "Location /" or "Directory /usr/home/alan/www/dav"
instead.

Location refers to a URI, not a path in the local filesystem.

-- 
Christian Laursen


More information about the freebsd-questions mailing list