* [gentoo-user] webdav + foxmarks
@ 2008-09-24 13:58 James
2008-09-24 15:20 ` ert256
0 siblings, 1 reply; 8+ messages in thread
From: James @ 2008-09-24 13:58 UTC (permalink / raw
To: gentoo-user
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
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] webdav + foxmarks
2008-09-24 13:58 [gentoo-user] webdav + foxmarks James
@ 2008-09-24 15:20 ` ert256
2008-09-24 21:46 ` James
0 siblings, 1 reply; 8+ messages in thread
From: ert256 @ 2008-09-24 15:20 UTC (permalink / raw
To: gentoo-user
[-- 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 --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] webdav + foxmarks
2008-09-24 15:20 ` ert256
@ 2008-09-24 21:46 ` James
2008-09-26 16:00 ` James
2008-09-26 20:11 ` Xav'
0 siblings, 2 replies; 8+ messages in thread
From: James @ 2008-09-24 21:46 UTC (permalink / raw
To: gentoo-user
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
>
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] webdav + foxmarks
2008-09-24 21:46 ` James
@ 2008-09-26 16:00 ` James
2008-09-26 19:55 ` Mick
2008-09-26 20:11 ` Xav'
1 sibling, 1 reply; 8+ messages in thread
From: James @ 2008-09-26 16:00 UTC (permalink / raw
To: gentoo-user
Any other thoughts? :)
-j
2008/9/24 James <jtp@nc.rr.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
>>
>>
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] webdav + foxmarks
2008-09-26 16:00 ` James
@ 2008-09-26 19:55 ` Mick
0 siblings, 0 replies; 8+ messages in thread
From: Mick @ 2008-09-26 19:55 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 725 bytes --]
On Friday 26 September 2008, James wrote:
> Any other thoughts? :)
> > On Wed, Sep 24, 2008 at 11:20 AM, ert256 <ert256@gmail.com> wrote:
> >> [ 24.09.2008 15:58 ], James :
[snip...]
> >>> 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
As long as Foxmarks are not using iCal format, change the AllowOverride above
from None to All and try again.
HTH.
--
Regards,
Mick
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] webdav + foxmarks
2008-09-24 21:46 ` James
2008-09-26 16:00 ` James
@ 2008-09-26 20:11 ` Xav'
2008-09-26 20:45 ` James
1 sibling, 1 reply; 8+ messages in thread
From: Xav' @ 2008-09-26 20:11 UTC (permalink / raw
To: gentoo-user
James a écrit :
> Rafal,
>
> The Allow from all statement is already in the webdav directive. :)
Yes maybe you have to listen to Rafal... Your directory statement is
related to de /dav directory, if you want to apply to the Alias /dav,
you have to write <Location /dav>... Just try to replace <Directory
/dav> with <Directory /var/webdav> and just look... and apologize :)
HTH.
Xav'
> 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
>>
>>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] webdav + foxmarks
2008-09-26 20:11 ` Xav'
@ 2008-09-26 20:45 ` James
2008-09-27 8:02 ` Xav'
0 siblings, 1 reply; 8+ messages in thread
From: James @ 2008-09-26 20:45 UTC (permalink / raw
To: gentoo-user
Then what is the "Alias" directive for?
This was copied and pasted from the Wiki.
-j
2008/9/26 Xav' <xp@linuxant.fr>:
> James a écrit :
>>
>> Rafal,
>>
>> The Allow from all statement is already in the webdav directive. :)
>
> Yes maybe you have to listen to Rafal... Your directory statement is related
> to de /dav directory, if you want to apply to the Alias /dav, you have to
> write <Location /dav>... Just try to replace <Directory /dav> with
> <Directory /var/webdav> and just look... and apologize :)
>
> HTH.
>
> Xav'
>
>> 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
>>>
>>>
>
>
>
--
"Do not meddle in the affairs of wizards, for they are subtle and
quick to anger."
-Tolkien
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] webdav + foxmarks
2008-09-26 20:45 ` James
@ 2008-09-27 8:02 ` Xav'
0 siblings, 0 replies; 8+ messages in thread
From: Xav' @ 2008-09-27 8:02 UTC (permalink / raw
To: gentoo-user
James a écrit :
> Then what is the "Alias" directive for?
>
> This was copied and pasted from the Wiki.
The Alias Directive is to allow you to access to your /var/webdav
directory through /dav request on your server, for example, if your
server hostname is www.webdav.com, you'll access to your /var/webdav
directory trought www.webdav.com/dav ...
HTH
Xav'
> -j
>
> 2008/9/26 Xav' <xp@linuxant.fr>:
>> James a écrit :
>>> Rafal,
>>>
>>> The Allow from all statement is already in the webdav directive. :)
>> Yes maybe you have to listen to Rafal... Your directory statement is related
>> to de /dav directory, if you want to apply to the Alias /dav, you have to
>> write <Location /dav>... Just try to replace <Directory /dav> with
>> <Directory /var/webdav> and just look... and apologize :)
>>
>> HTH.
>>
>> Xav'
>>
>>> 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
>>>>
>>>>
>>
>>
>
>
>
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2008-09-27 8:03 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-24 13:58 [gentoo-user] webdav + foxmarks James
2008-09-24 15:20 ` 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'
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox