From owner-freebsd-apache@FreeBSD.ORG Mon Jun 30 16:31:45 2008 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72B7A1065674 for ; Mon, 30 Jun 2008 16:31:45 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from exhub015-1.exch015.msoutlookonline.net (exhub015-1.exch015.msoutlookonline.net [207.5.72.93]) by mx1.freebsd.org (Postfix) with ESMTP id 5E92B8FC12 for ; Mon, 30 Jun 2008 16:31:45 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from philip.hq.rws (74.93.213.161) by smtpx15.msoutlookonline.net (207.5.72.103) with Microsoft SMTP Server (TLS) id 8.1.278.0; Mon, 30 Jun 2008 09:31:44 -0700 Message-ID: <48690A6F.2040001@p6m7g8.com> Date: Mon, 30 Jun 2008 12:31:43 -0400 From: "Philip M. Gollucci" Organization: P6 Web Applications Inc. User-Agent: Thunderbird 2.0.0.12 (X11/20080414) MIME-Version: 1.0 To: Eric Cope References: In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-apache@freebsd.org Subject: Re: WebDAV on FreeBSD X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jun 2008 16:31:45 -0000 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