CentOS 3.3 Upgrade - Enable New Features
Shawn Weeks
administrator at weeksconsulting.us
Thu Aug 28 02:07:00 CEST 2014
Just figured it out.
First there was a new roundcube config in /etc/httpd/conf.d that needed
to replace the existing file and then their were some tweaks to handle
running roundcube as document root. Mainly removing the roundcubemail
prefix from the rewrite rules and deleting the two alias for
/roundcubemail and /webmail.
Second I found out that if your using virtual hosts you need to add the
following lines to your *.80 and *.443 virtual host config. I'm using a
virtual host on *.80 to permanently redirect all traffic to the *.443 host.
|"RewriteEngine On"
"RewriteOptions Inherit"
Thanks
|
On 8/26/2014 11:09 PM, Jochen Hein wrote:
> Administrator <administrator at weeksconsulting.us> writes:
>
>> I've been working my way through your guide and I've got a couple of
>> things so far. First adding $config['assets_path'] = '/assets/'; to my
>> roundcube config breaks roundcube such that the styles and graphics no
>> longer load.
> For me it works, but there seems to be an error in daniels guide.
> In
> https://docs.kolab.org/administrator-guide/upgrading-from-kolab-3.1-to-3.3.html
> he writes:
>
>> add 2 more $config entries
>>
>> $config['use_secure_urls'] = true;
>> $config['assets_path'] = '/assets/';
> If you look at the commit
> http://git.kolab.org/pykolab/commit/?id=57a48ed5e5fed38b4bbbb088fc9425a4b407c0b0,
> you find:
>
> diff --git a/share/templates/roundcubemail/config.inc.php.tpl
> b/share/templates/roundcubemail/config.inc.php.tpl
> index eb3f7ec..920423e 100644
> --- a/share/templates/roundcubemail/config.inc.php.tpl
> +++ b/share/templates/roundcubemail/config.inc.php.tpl
> @@ -6,6 +6,8 @@
> \$config['session_domain'] = '';
> \$config['des_key'] = "$des_key";
> \$config['username_domain'] = '$primary_domain';
> + \$config['use_secure_urls'] = true;
> + \$config['assets_path'] = '/roundcubemail/assets/';
> \$config['mail_domain'] = '';
>
> I've used the config from the commit and didn't notice the difference.
>
> Jochen
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kolab.org/pipermail/users/attachments/20140827/93a49f0a/attachment.html>
More information about the users
mailing list