Gentoo Archives: gentoo-user

From: James <jtp@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] webdav + foxmarks
Date: Fri, 26 Sep 2008 16:00:45
Message-Id: e107b4ff0809260900w44817a4awc234af4cc511e699@mail.gmail.com
In Reply to: Re: [gentoo-user] webdav + foxmarks by James
1 Any other thoughts? :)
2
3 -j
4
5 2008/9/24 James <jtp@×××××.com>:
6 > Rafal,
7 >
8 > The Allow from all statement is already in the webdav directive. :)
9 >
10 > Other thoughts?
11 >
12 > -j
13 >
14 > On Wed, Sep 24, 2008 at 11:20 AM, ert256 <ert256@×××××.com> wrote:
15 >>
16 >> [ 24.09.2008 15:58 ], James :
17 >>> All,
18 >>>
19 >>> I am trying to set up Foxmarks to use my Apache webdav implementation
20 >>> to store my Firefox bookmarks. Unfortunately when Foxmarks tries to
21 >>> upload the appropriate files to the webserver it fails and I then see
22 >>> the following message in my Apache error_log:
23 >>>
24 >>> [Tue Sep 23 21:38:23 2008] [error] [client 10.2.6.2] client denied by
25 >>> server configuration: /var/webdav
26 >>>
27 >>> My Apache webdav configuration is shown below:
28 >>>
29 >>>
30 >>> <IfModule mod_dav.c>
31 >>>
32 >>> Alias /dav /var/webdav
33 >>> DavMinTimeout 600
34 >>> <Directory /dav>
35 >>> Options None
36 >>> Dav On
37 >>>
38 >>> AllowOverride None
39 >>> Order allow,deny
40 >>> Allow from all
41 >>>
42 >>> <Limit GET PUT POST DELETE PROPFIND PROPPATCH MKCOL
43 >>> COPY MOVE LOCK UNLOCK>
44 >>> AuthType Basic
45 >>> AuthName "WebDav Restricted Repository"
46 >>> AuthUserFile /var/webdav/.davpasswd
47 >>> Require valid-user
48 >>> </Limit>
49 >>> </Directory>
50 >>>
51 >>> </IfModule>
52 >> Maybe You need
53 >> <directory /var/webdav>
54 >> Allow from all
55 >> </directory>
56 >> --
57 >> Rafa³ (ert16) Trójniak
58 >> m@il : ert256@×××××.com
59 >> Jid : ert256@×××××.com ert16@××××××.pl
60 >> GPG key-ID : DD681D47
61 >> 749F E1DC A58F 9084 BBC0
62 >> 797A 0691 53D6 DD68 1D47
63 >>
64 >>
65 >

Replies

Subject Author
Re: [gentoo-user] webdav + foxmarks Mick <michaelkintzios@×××××.com>