public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: James <jtp@nc.rr.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] webdav + foxmarks
Date: Wed, 24 Sep 2008 17:46:59 -0400	[thread overview]
Message-ID: <e107b4ff0809241446w18f5483fof8a41a95df187b30@mail.gmail.com> (raw)
In-Reply-To: <48DA5AB2.3070309@gmail.com>

Rafal,

The Allow from all statement is already in the webdav directive. :)

Other thoughts?

-j

On Wed, Sep 24, 2008 at 11:20 AM, ert256 <ert256@gmail.com> wrote:
>
> [ 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
>
>

  reply	other threads:[~2008-09-24 21:47 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
2008-09-24 21:46   ` James [this message]
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=e107b4ff0809241446w18f5483fof8a41a95df187b30@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