From: James <jtp@nc.rr.com>
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user] webdav + foxmarks
Date: Wed, 24 Sep 2008 09:58:18 -0400 [thread overview]
Message-ID: <e107b4ff0809240658x354be268pb072040722e514f1@mail.gmail.com> (raw)
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>
Thoughts?
-j
next reply other threads:[~2008-09-24 13:58 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-24 13:58 James [this message]
2008-09-24 15:20 ` [gentoo-user] webdav + foxmarks ert256
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=e107b4ff0809240658x354be268pb072040722e514f1@mail.gmail.com \
--to=jtp@nc.rr.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