From owner-freebsd-questions@FreeBSD.ORG Fri Aug 13 05:38:33 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37A4216A4CE for ; Fri, 13 Aug 2004 05:38:33 +0000 (GMT) Received: from pfepa.post.tele.dk (pfepa.post.tele.dk [195.41.46.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id 84D7643D41 for ; Fri, 13 Aug 2004 05:38:32 +0000 (GMT) (envelope-from xi@borderworlds.dk) Received: from ferengi.borderworlds.dk (ferengi.borderworlds.dk [80.166.152.7]) by pfepa.post.tele.dk (Postfix) with ESMTP id 3FA3D47FE4C for ; Fri, 13 Aug 2004 07:38:31 +0200 (CEST) Received: from borg.borderworlds.dk (localhost [127.0.0.1]) by ferengi.borderworlds.dk (Postfix) with ESMTP id 8327DB824 for ; Fri, 13 Aug 2004 07:38:30 +0200 (CEST) Received: by borg.borderworlds.dk (Postfix, from userid 1001) id 3E3B8B86E; Fri, 13 Aug 2004 07:38:30 +0200 (CEST) Sender: xi@borderworlds.dk To: freebsd-questions@freebsd.org References: <359CDA42-ECCA-11D8-B4CE-000A958FBA16@ieee.org> From: Christian Laursen Date: 13 Aug 2004 07:38:30 +0200 In-Reply-To: <359CDA42-ECCA-11D8-B4CE-000A958FBA16@ieee.org> Message-ID: <86657nppgp.fsf@borg.borderworlds.dk> Lines: 29 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: Getting mod_dav to work X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Aug 2004 05:38:33 -0000 Alan Curtis 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 > > > DAV on > 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