Gentoo Archives: gentoo-user

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