[imp] How to configure apache and horde...

Parag Godkar paragg@konark.ncst.ernet.in
Wed, 24 Jul 2002 18:00:00 +0530


Something that I forgot in my previous
mail -

Following are the changes to be made to
/var/www/html/horde/registry.php -


 $this->applications['imp'] = array(
     'fileroot' => dirname(__FILE__) . '/../imp',
     'webroot' => '/imp',
     'icon' => $this->applications['horde']['webroot'] .
'/imp/graphics/imp.gif',
     'name' => _("Mail"),
     'allow_guests' => false,
     'show' => true
 );

 $this->applications['turba'] = array(
     'fileroot' => dirname(__FILE__) . '/../turba',
     'webroot' => $this->applications['imp']['webroot'] . '/turba',
     'icon' => $this->applications['horde']['webroot'] .
'/turba/graphics/turba.gif',
     'name' => _("Addressbook"),
     'allow_guests' => false,
     'show' => true
 );

Just check out the "webroot" in either case.
Note that "horde" has been replaced by "imp"
in  - applications['imp']['webroot'] - for the turba
config.

Regards,
Parag Godkar
----- Original Message -----
From: "Nigel Cass" <N.Cass@Hull.ac.uk>
To: "'Parag Godkar'" <paragg@konark.ncst.ernet.in>
Cc: "imp" <imp@lists.horde.org>
Sent: Wednesday, July 24, 2002 3:05 PM
Subject: RE: [imp] How to configure apache and horde...


>
> What I actually want to do is have http://linux/ go directly into
imp.Which I tried to do as per the admin faq by setting <root>/horde/imp as
> the document root and then providing the appropriate aliases.
>
> However when I did this turba stopped behaving properly.
>
> What I'm really interested in is exactly what changes I would need to
> make to registry.php if I were to set <root>/horde as the document root
> for the webserver ? (I think)
>
> N.
>