From owner-freebsd-apache@FreeBSD.ORG Mon Jun 30 16:11:23 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 6F53B1065677 for ; Mon, 30 Jun 2008 16:11:23 +0000 (UTC) (envelope-from eric.cope@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.30]) by mx1.freebsd.org (Postfix) with ESMTP id 2D4E88FC1A for ; Mon, 30 Jun 2008 16:11:23 +0000 (UTC) (envelope-from eric.cope@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so264639yxb.61 for ; Mon, 30 Jun 2008 09:11:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=m2uYIYwYaoysDEFa7XJqMq0VW+tng29ZBxFHbVWNJ9U=; b=qLnMM2ubgEEGqgjdqzdfP5yd3jC5Uq5Jamq5uWw+RxvA3raA628w6SvKegW0EXMQKv uKvkrfkCXY5SHlCehW/sWEbvaD3FIyDfvI3ssgyhDjzhMuxnQx2sVWZKeSbaTQEf+nVc v2o4TX26vSrAgK2h3RraumLr50NJl+ovbdFc8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=BAMLMIT6/zdcb04xaKNo3HvgLZFQMQNeNH1oiWFhiaK+adkxYpwr0F4Zc9jlL5cCz+ IW/s5wLQ0GbFVBwbokZS+UloP0n088lcWH/Og7/qkPhyHdOv+NaYI0Bf41wnwXXt/onv ejfk7mjjD+sjgomxHRj5LW3EQm/Bj90DBihNE= Received: by 10.150.228.2 with SMTP id a2mr8594698ybh.245.1214840568605; Mon, 30 Jun 2008 08:42:48 -0700 (PDT) Received: by 10.151.61.1 with HTTP; Mon, 30 Jun 2008 08:42:48 -0700 (PDT) Message-ID: Date: Mon, 30 Jun 2008 08:42:48 -0700 From: "Eric Cope" To: freebsd-apache@freebsd.org. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: 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:11:23 -0000 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, Eric