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

Replies

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