From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KiUsm-0004y2-VI for garchives@archives.gentoo.org; Wed, 24 Sep 2008 13:58:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC7A2E059F; Wed, 24 Sep 2008 13:58:19 +0000 (UTC) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.241]) by pigeon.gentoo.org (Postfix) with ESMTP id 8B030E059F for ; Wed, 24 Sep 2008 13:58:19 +0000 (UTC) Received: by an-out-0708.google.com with SMTP id c28so254873ana.47 for ; Wed, 24 Sep 2008 06:58:18 -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:sender :to:subject:mime-version:content-type:content-transfer-encoding :content-disposition:x-google-sender-auth; bh=yCQ4qNyWDTa+Dtm7JfEPqJOhtIcfDbvkhjr500zdRlQ=; b=qaMN79XiyJW1PkKVaYl/51x1z/nxo1BfqM0u9IKd77H975pjOMMekAwPt4Y47HLoIq xVYOj0nMglZV1vN9IUv7senQMopXen5uwoD57jPuCdA/iX81CmfBjkuCmRTakckWFYrI IkgND8iUjrYF+tGx3ePkvPxmhVRD5dPmkVY/I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition:x-google-sender-auth; b=ukbijwjsWZCuVBOdNiql8oxJkSalwViztGP2VjavNLWu+kTg3FlzDStTc320nTPPM6 BWSYqKR/rMHOeGMW5uWfHMxq1J/YHPNDsD/2pbt2aMILQ5DzZNcy+6hDXjyGYLF2N/L9 w6hdoR6gDfQs1VrPKfMacBaJFVRHHA6UOb/SU= Received: by 10.142.215.5 with SMTP id n5mr2561461wfg.27.1222264698086; Wed, 24 Sep 2008 06:58:18 -0700 (PDT) Received: by 10.143.159.15 with HTTP; Wed, 24 Sep 2008 06:58:18 -0700 (PDT) Message-ID: Date: Wed, 24 Sep 2008 09:58:18 -0400 From: James Sender: jz.penguin@gmail.com To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] webdav + foxmarks Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 41605fdccd851b47 X-Archives-Salt: 6401c2ec-3551-48b6-96f6-67194c972767 X-Archives-Hash: fdd299e78e779038b1b2d3634dd2b685 All, I am trying to set up Foxmarks to use my Apache webdav implementation to store my Firefox bookmarks. Unfortunately when Foxmarks tries to upload the appropriate files to the webserver it fails and I then see the following message in my Apache error_log: [Tue Sep 23 21:38:23 2008] [error] [client 10.2.6.2] client denied by server configuration: /var/webdav My Apache webdav configuration is shown below: Alias /dav /var/webdav DavMinTimeout 600 Options None Dav On AllowOverride None Order allow,deny Allow from all AuthType Basic AuthName "WebDav Restricted Repository" AuthUserFile /var/webdav/.davpasswd Require valid-user Thoughts? -j