From owner-freebsd-questions@FreeBSD.ORG Fri Aug 13 16:38:43 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 BC13916A4CE for ; Fri, 13 Aug 2004 16:38:43 +0000 (GMT) Received: from mproxy.gmail.com (mproxy.gmail.com [216.239.56.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A6E643D31 for ; Fri, 13 Aug 2004 16:38:41 +0000 (GMT) (envelope-from dhrider@gmail.com) Received: by mproxy.gmail.com with SMTP id u22so5017cwc for ; Fri, 13 Aug 2004 09:38:38 -0700 (PDT) Received: by 10.11.120.22 with SMTP id s22mr17057cwc; Fri, 13 Aug 2004 09:38:38 -0700 (PDT) Message-ID: <89ceee704081309386dfcd37c@mail.gmail.com> Date: Fri, 13 Aug 2004 09:38:38 -0700 From: Dan Finn To: freebsd-questions@freebsd.org In-Reply-To: <86657nppgp.fsf@borg.borderworlds.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <359CDA42-ECCA-11D8-B4CE-000A958FBA16@ieee.org> <86657nppgp.fsf@borg.borderworlds.dk> Subject: Re: Getting mod_dav to work X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Finn List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Aug 2004 16:38:43 -0000 On 13 Aug 2004 07:38:30 +0200, 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. > > -- > Christian Laursen > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > here's mine: DAV On AuthType Basic AuthName DAV AuthUserFile /usr/local/etc/apache/dav.passwd require user webadmin