[horde] passwd-2.1 install problem
Admin-Stress
meerkapot at yahoo.com
Fri Jan 31 06:30:40 PST 2003
I just installed passwd-2.1, but I got little problem with my setup, if you could help me.
I want to access imp via http://webmail.example.com/
So, I installed horde + imp like this :
/home/www/webmail/horde
/home/www/webmail/horde/imp
And apache like this :
<VirtualHost *>
ServerName webmail.example.com
Alias /imp/ /home/www/webmail/horde/imp/
Alias /horde/ /home/www/webmail/horde/
DocumentRoot /home/www/webmail/horde/imp
ScriptAlias /cgi-bin/ /home/www/webmail/cgi-bin/
ErrorLog /home/www/webmail/logs/error_log
CustomLog /home/www/webmail/logs/access_log common
</VirtualHost>
It's working fine, no problem.
Then I installed passwd-2.1 in /home/www/webmail/horde/passwd
But now I got problem when I want to change passwd, FORBIDDEN you dont have permission to access
/horde/passwd
Here is the registry.php :
$this->applications['imp'] = array(
'fileroot' => dirname(__FILE__) . '/../imp',
// changed to work with top level website http://webmail.example.com
'webroot' => '/imp',
'icon' => $this->applications['horde']['webroot'] . '/imp/graphics/imp.gif',
'name' => _("Mail"),
'allow_guests' => false,
'status' => 'inactive'
);
$this->applications['passwd'] = array(
'fileroot' => dirname(__FILE__) . '/../passwd',
'webroot' => $this->applications['horde']['webroot'] . '/passwd',
'icon' => $this->applications['horde']['webroot'] . '/passwd/graphics/lock.gif',
'name' => _("Password"),
'allow_guests' => false,
'show' => true
);
I tried adding in apache vhost :
Alias /horde/passwd/ /home/www/webmail/horde/passwd/
But still, I got that forbidden problem.
Please if you can help me with this, I was looking for any clues via google, played arround with
"Alias" ... no luck :(
Thanks,
Regards,
kapot
__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
More information about the horde
mailing list