[horde] What a mess with applications

Mário Gamito gamito at gmail.com
Mon Mar 5 12:04:56 UTC 2007


Hi,

I have horde installed in /home/www/horde, imp, dim, turba, etc, at the same
level as horde.

I have this in Apache's httpd.conf to make imp my entry page for
mail.sincity.lan:

DocumentRoot "/home/www/horde/imp"
<Directory "/home/www/horde/imp" >

Alias /horde/ /home/www/horde/
Alias /imp/ /home/www/horde/imp/


My problem now is in horde's config file registry.php

I've tried a million ways, but my applications don't work.

Here's my relevant registry.php:
---------------------------------------------------------
$this->applications['horde'] = array(
    'fileroot' => dirname(__FILE__) . '/..',
    'webroot' => $webroot,
    'initial_page' => 'login.php',
    'name' => _("Horde"),
    'status' => 'active',
    'templates' => dirname(__FILE__) . '/../templates',
    'provides' => 'horde'
);

$this->applications['imp'] = array(
    'fileroot' => dirname(__FILE__) . '/../imp',
    'webroot' => $this->applications['horde']['webroot'] . '/imp',
    'name' => _("Mail"),
    'status' => 'active',
    'provides' => 'mail',
);

$this->applications['dimp'] = array(
    'fileroot' => dirname(__FILE__) . '/../dimp',
    'webroot' => $this->applications['horde']['webroot'] . '/dimp',
    'name' => _("Mail"),
    'status' => 'active',
    'provides' => 'mail',
);


$this->applications['turba'] = array(
    'fileroot' => dirname(__FILE__) . '/../turba',
    'webroot' => $this->applications['horde']['webroot'] . '/turba',
    'name' => _("Address Book"),
    'status' => 'active',
    'provides' => array('contacts', 'clients'),
    'menu_parent' => 'organizing'
);
------------------------------------------------------------------------------------

How can i make this work ?

Any help would be appreciated.

Warm Regards,
Mário Gamito


More information about the horde mailing list