[chora] chora1.0 with virtual domains...
Jan Schneider
jan@horde.org
Sat, 23 Mar 2002 15:43:12 +0100
As I already told you, you need to set an alias to the horde directory:
Zitat von Gerard <gms08701@yahoo.com>:
> Ok here goes.
> Web Root: /files/www/data
> Horde Installed: /files/www/data/horde
> Chora Installed: /files/www/data/horde/chora
>
> In apache config file I have a virtual domain setup as ->
> <VirtualHost *>
> ServerName cvs.trini0.org
> DocumentRoot /files/www/data/horde/chora
here goes:
Alias /horde /files/www/data/horde
> </VirtualHost>
>
> From /files/www/data/horde/config/registry.php file ->
>
> $this->applications['horde'] = array(
> 'fileroot' => dirname(__FILE__) . '/..',
> 'webroot' => '/horde',
> 'initial_page' => 'login.php',
> 'icon' => '/horde/graphics/home.gif',
> 'name' => _("Horde"),
> 'allow_guests' => true,
> 'show' => true,
> 'templates' => dirname(__FILE__) . '/../templates',
> 'cookie_domain' => $GLOBALS['HTTP_SERVER_VARS']['SERVER_NAME'],
> 'cookie_path' => '/horde',
> 'server_name' => $GLOBALS['HTTP_SERVER_VARS']['SERVER_NAME'],
> 'server_port' => $GLOBALS['HTTP_SERVER_VARS']['SERVER_PORT']
> );
>
> $this->applications['chora'] = array(
> 'fileroot' => dirname(__FILE__) . '/../chora',
> 'webroot' => '',
> 'icon' => '/horde/chora/graphics/chora.gif',
> 'name' => _("CVS"),
> 'allow_guests' => true,
> 'show' => false,
> );
Jan.
--
http://www.horde.org - The Horde Project
http://www.ammma.de - discover your knowledge
http://www.tip4all.de - Deine private Tippgemeinschaft