[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kolab-users
Subject:    Re: iRony?
From:       Aleksander Machniak <machniak () kolabsys ! com>
Date:       2013-09-12 9:05:42
Message-ID: 523183E6.3060004 () kolabsys ! com
[Download RAW message or body]

On 09/12/2013 10:45 AM, Markus Feilner wrote:
> has anybody managed to make iRony work in a default install of Kolab 3.1 on 
> Centos 6.4 outside of mykolab.com? We have several installs (all of them 
> virtual), all with the same result: Sabre DAV returns the error mentioned 
> here: 

In httpd vhost config:

<VirtualHost *:443>
    ServerName webdav.domain.com
    ServerAlias carddav.domain.com
    ServerAlias caldav.domain.com

    DocumentRoot /usr/share/iRony/public_html/

    <Directory "/usr/share/iRony/public_html/">
        AllowOverride All
        <ifModule mod_authz_core.c>
            Require all granted
        </ifModule>
        <ifModule !mod_authz_core.c>
            Order Allow,Deny
            Allow from All
        </ifModule>

        RewriteEngine On
        RewriteBase /
        RewriteRule ^\.well-known/caldav   / [R,L]
        RewriteRule ^\.well-known/carddav  / [R,L]

        RewriteCond  %{REQUEST_FILENAME}  !-f
        RewriteCond  %{REQUEST_FILENAME}  !-d
        RewriteRule  (.*)                 index.php  [qsappend,last]
    </Directory>
</VirtualHost>

and in /etc/iRony/dav.inc.php:

$rcmail_config['base_uri'] = null;

If this doesn't work, you can try setting base_uri here. I've set it
once to '/kolab-dav/public_html/' on an installation without separate
domain for iRony and it worked.

-- 
Aleksander Machniak
Web Developer, Kolab Systems AG
-------------------------------------------------------
PGP:19359DC1 - http://www.kolabsys.com - http://alec.pl
_______________________________________________
users mailing list
users@lists.kolab.org
https://lists.kolab.org/mailman/listinfo/users
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic