From owner-freebsd-questions@FreeBSD.ORG Fri Aug 13 17:10:41 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 68E4816A4CE for ; Fri, 13 Aug 2004 17:10:41 +0000 (GMT) Received: from aragorn.bbn.com (aragorn.bbn.com [128.33.0.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D9F343D3F for ; Fri, 13 Aug 2004 17:10:41 +0000 (GMT) (envelope-from acurtis@bbn.com) Received: from [127.0.0.1] (ramblo.bbn.com [128.33.0.51]) by aragorn.bbn.com (8.12.7/8.12.7) with ESMTP id i7DHAdje012166 for ; Fri, 13 Aug 2004 13:10:40 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v619) In-Reply-To: <86657nppgp.fsf@borg.borderworlds.dk> References: <359CDA42-ECCA-11D8-B4CE-000A958FBA16@ieee.org> <86657nppgp.fsf@borg.borderworlds.dk> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Alan Curtis Date: Fri, 13 Aug 2004 13:10:39 -0400 To: freebsd-questions@freebsd.org X-Mailer: Apple Mail (2.619) X-Scanned-By: MIMEDefang 2.28 (www . roaringpenguin . com / mimedefang) Subject: Re: Getting mod_dav to work X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Aug 2004 17:10:41 -0000 On Aug 13, 2004, at 1:38 AM, Christian Laursen wrote: > 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. > Thanks. "Location /" worked. Alan