From: ert256 <ert256@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] webdav + foxmarks
Date: Wed, 24 Sep 2008 17:20:18 +0200 [thread overview]
Message-ID: <48DA5AB2.3070309@gmail.com> (raw)
In-Reply-To: <e107b4ff0809240658x354be268pb072040722e514f1@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1404 bytes --]
[ 24.09.2008 15:58 ], James :
> All,
>
> I am trying to set up Foxmarks to use my Apache webdav implementation
> to store my Firefox bookmarks. Unfortunately when Foxmarks tries to
> upload the appropriate files to the webserver it fails and I then see
> the following message in my Apache error_log:
>
> [Tue Sep 23 21:38:23 2008] [error] [client 10.2.6.2] client denied by
> server configuration: /var/webdav
>
> My Apache webdav configuration is shown below:
>
>
> <IfModule mod_dav.c>
>
> Alias /dav /var/webdav
> DavMinTimeout 600
> <Directory /dav>
> Options None
> Dav On
>
> AllowOverride None
> Order allow,deny
> Allow from all
>
> <Limit GET PUT POST DELETE PROPFIND PROPPATCH MKCOL
> COPY MOVE LOCK UNLOCK>
> AuthType Basic
> AuthName "WebDav Restricted Repository"
> AuthUserFile /var/webdav/.davpasswd
> Require valid-user
> </Limit>
> </Directory>
>
> </IfModule>
Maybe You need
<directory /var/webdav>
Allow from all
</directory>
--
Rafał (ert16) Trójniak
m@il : ert256@gmail.com
Jid : ert256@gmail.com ert16@chrome.pl
GPG key-ID : DD681D47
749F E1DC A58F 9084 BBC0
797A 0691 53D6 DD68 1D47
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 260 bytes --]
next prev parent reply other threads:[~2008-09-24 15:19 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-24 13:58 [gentoo-user] webdav + foxmarks James
2008-09-24 15:20 ` ert256 [this message]
2008-09-24 21:46 ` James
2008-09-26 16:00 ` James
2008-09-26 19:55 ` Mick
2008-09-26 20:11 ` Xav'
2008-09-26 20:45 ` James
2008-09-27 8:02 ` Xav'
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=48DA5AB2.3070309@gmail.com \
--to=ert256@gmail.com \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox