Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] webdav + foxmarks James <jtp@×××××.com>
Re: [gentoo-user] webdav + foxmarks Xav' <xp@××××××××.fr>