[horde] passwd-2.1 install problem
Doug Curtis
doug.curtis at world-mail.org
Fri Jan 31 11:37:49 PST 2003
This may sound dumb, but what are the permissions and who owns the files in
passwd?
Also, not a major thing, but I'm pretty sure the line in the registry.php
in the passwd section that says:
'show' => true
should be
'status' => active
I don't think that would affect the use of passwd. It just makes it show up
in horde.
Anyone can correct me if I am wrong. I am definitely not an expert with
configuring horde.
Doug
At 06:30 AM 1/31/2003 -0800, you wrote:
>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
>
>--
>Horde mailing list
>Frequently Asked Questions: http://horde.org/faq/
>To unsubscribe, mail: horde-unsubscribe at lists.horde.org
More information about the horde
mailing list