[imp] change from www.example.com/horde to mail.example.com
BHilburn
bhilburn at realgeeks.net
Wed Mar 19 16:20:59 PST 2003
As an FYI, example.com is a real, registered domain name, it was registered
and reserved for use in training material, if your using a live internet
connection with external DNS resolution then example.com will not resolve
the way you may expect.
Also, I believe the variable below should *not* be webroot => ''; but
instead webroot => '/';
----- Original Message -----
From: "Leo Kenner" <leo.kenner at renaissancehosting.ca>
To: "IMP" <imp at lists.horde.org>
Sent: Wednesday, March 19, 2003 11:08 AM
Subject: [imp] change from www.example.com/horde to mail.example.com
I am trying to setup horde so I can access it (and imp) via
mail.example.com,
rather than www.example.com/horde
I have made the changes below and get the login screen, but when I try to
login I get a screen that says action canceled.
The faq has not provided me with any ideas of what might be wrong, and I
have
been unable to locate this issue in the archives.
In Apache I have entered the following:
Alias /horde/ /var/www/html/horde/
Alias /imp/ /var/www/html/horde/imp/
DocumentRoot /var/www/html/horde
I have changed the registry.php in /horde/config:
$this->applications['horde'] = array(
'fileroot' => dirname(__FILE__) . '/..',
// 'webroot' => '/horde',
'webroot' => '',
'initial_page' => 'login.php',
'icon' => '/horde/graphics/home.gif',
'name' => _("Horde"),
'allow_guests' => true,
'status' => 'active',
'templates' => dirname(__FILE__) . '/../templates',
'cookie_domain' => $_SERVER['SERVER_NAME'],
// 'cookie_path' => '/horde',
'cookie_path' => '/',
'server_name' => $_SERVER['SERVER_NAME'],
'server_port' => $_SERVER['SERVER_PORT']
);
I am running the following:
Horde 2.2.1
Imp 3.2
Turba 1.1
Mandrake 9.0
--
IMP mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscribe at lists.horde.org
More information about the imp
mailing list