From owner-freebsd-apache@FreeBSD.ORG Mon Dec 27 02:16:01 2004 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA88516A4CE for ; Mon, 27 Dec 2004 02:16:01 +0000 (GMT) Received: from knife.dreamhost.com (knife.dreamhost.com [66.33.219.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD68743D45 for ; Mon, 27 Dec 2004 02:16:01 +0000 (GMT) (envelope-from lists@tntluoma.com) Received: from [192.168.2.101] (0-1pool196-116.nas6.columbus1.oh.us.da.qwest.net [63.155.196.116]) by knife.dreamhost.com (Postfix) with ESMTP id ED256E44A1 for ; Sun, 26 Dec 2004 18:15:59 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v619) Content-Transfer-Encoding: 7bit Message-Id: <1FA5E2DA-57AD-11D9-8DCA-000D93AD26C8@tntluoma.com> Content-Type: text/plain; charset=US-ASCII; format=flowed To: apache@FreeBSD.org From: Timothy Luoma Date: Sun, 26 Dec 2004 21:15:05 -0500 X-Mailer: Apple Mail (2.619) Subject: Setting up an iDisk using WebDAV X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Dec 2004 02:16:02 -0000 Hi. FreeBSD newbie here. I've installed 5.3 from ISOs. I am trying to setup a FreeBSD "server" for a small private network, basically to play with Apache, MySQL, PHP, and WebDAV, to create my own .Mac (1) as well as setup an iTunes server (2). I have followed the instructions at (1) DavLockDB /var/run/webdav/DavLock ServerName idisk.cadillac.net DocumentRoot "/home/idisk" Dav on AuthType Digest AuthName iTools AuthDigestDomain "/" AuthDigestFile /usr/local/www/WebDavUsers require valid-user (NOTE: in my setup, it is "idisk.tntluoma.com" instead of "idisk.cadillac.net". That is the FreeBSD server and has a 192.168.2.x address per our local network.) But when I try to connect to the machine by IP or hostname, I get: Forbidden You don't have permission to access / on this server. Apache/2.0.50 (FreeBSD) DAV/2 Server at 192.168.2.2 Port 80 I've checked the permissions for /home/idisk and /var/run/webdav (both chmod 755). Apache2 does run as www:www I'm fairly new at this, so I'm pretty much at a loss as to what to try next. Any help would be appreciated. Thanks TjL (1) http://www.tnpi.biz/computing/mac/tips/idisk/ (2) http://home.introweb.nl/~dodger/itunesserver.html