[horde] CalDAV setup

Jan Schneider jan at horde.org
Thu Jan 25 19:49:50 UTC 2018


Zitat von Harlan <harlan.bloom at gmail.com>:

> On 01/24/2018 11:25 AM, Grouchy Sysadmin wrote:
>>
>>
>> On 01/24/2018 11:06 AM, Harlan wrote:
>>> I did forget to mention that I'm currently running Horde 5.2.22  
>>> running on Debian Jessie.  It was installed using pear, not from  
>>> the debian packages.
>>>
>>>
>>> On 01/23/2018 04:18 PM, Harlan wrote:
>>>> Hello,
>>>>
>>>>   I've been trying to get remote access to my calendars working.
>>>>
>>>>   If I go to this URL:  https://www.mydomain.com/webmail/rpc/
>>>>
>>>>     I get a listing of "services" that Horde thinks are available:
>>>>
>>>> principals     Collection         2018-01-23T21:37:56+00:00
>>>> calendars     Collection         2018-01-23T21:37:56+00:00
>>>> addressbooks     Collection         2018-01-23T21:37:56+00:00
>>>> kronolith     Collection         2018-01-23T21:37:56+00:00
>>>> turba     Collection         2018-01-23T21:37:56+00:00
>>>> nag     Collection         2018-01-23T21:37:56+00:00
>>>> ansel     Collection         2018-01-23T21:37:56+00:00
>>>> whups     Collection         2018-01-23T21:37:56+00:00
>>>> gollem     Collection         2018-01-23T21:37:56+00:00
>>>>
>>>>   However, when I click on the the link (name) for any of them,  
>>>> all I get is a 404/Not found error.
>>>>
>>>>
>>>>   Obviously, something in my settings are not correct.
>>>>
>>>>
>>>>   What do I need to change to make these work????
>>>>
>>>>   What specific settings files you do you need to see to help  
>>>> answer this question????
>>>>
>>>>
>>>> Thanks,
>>>>
>>>> Harlan...
>>>>
>>>
>>
>> Which web server are you using? Do you have rewriting configured  
>> and working? There should be an .htaccess file in /webmail/rpc/ for  
>> Apache servers.
> I run Apache.
>
> Here is my .htaccess file:
> # IMPORTANT: DO NOT EDIT THIS FILE!
> # It will be overwritten with any future upgrade.
>
> <IfModule authz_core_module>
>     Require all granted
> </IfModule>
> <IfModule !authz_core_module>
>     Allow from all
> </IfModule>
>
> <IfModule mod_rewrite.c>
>     RewriteEngine On
>     RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
>     RewriteRule .* - [env=REDIRECT_HTTP_AUTHORIZATION:%{HTTP:Authorization}]
>     RewriteCond   %{REQUEST_FILENAME}  !-d
>     RewriteCond   %{REQUEST_FILENAME}  !-f
>     RewriteRule ^(.*)$ rampage.php [QSA,L]
>     RedirectPermanent /.well-known/caldav /webmail/rpc/
> </IfModule>
>
> With the addition you mentioned, some programs now say everything is  
> ok, except there is still no calendar, nor anything else,  
> available.  When I connect using a web browser, still getting the  
> same listing and still none of the links work.
>
> Thanks,
>
> Harlan...

Those are not to be consumed by the browser, but by CalDAV clients.

-- 
Jan Schneider
The Horde Project
https://www.horde.org/



More information about the horde mailing list