Gentoo Archives: gentoo-user

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

Replies

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