[horde] Trouble installing Horde

Roland Clemens Gutsch rolandcg at panikknopf.de
Fri Dec 26 15:45:08 UTC 2014


Hello and merry Christmas,
I still got the same problem with my horde installation.
The cookie path is set correctly, I installed horde with pear install -a
-b -Z horde/webmail and I took care of my Apache config.

Any further Ideas?

Thanks in advance,

Roland

On Do, 2014-12-25 at 00:29 +0000, Erling Preben Hansen wrote: 
>   Citat af Erling Preben Hansen <erling at eph.dk>:
> 
> > Citat af Luis Felipe Marzagao <lfbm.andamentos at gmail.com>:
> >
> >> On 24-12-2014 08:28, Roland Clemens Gutsch wrote:
> >>> Hi @All,
> >>> maybe it is just a minor issue, I do have trouble installing horde on
> >>> Ubuntu 14.04 .
> >>> At first, I user the Ubuntu packages to install php-horde-webmail, then
> >>> I installed Horde using pear - the results are the same.
> >>> Throughout Horde, I get "Connection reset" errors e.g. when trying to
> >>> add a new Contact or when trying to access certain administrative
> >>> settings. I enabled debug logs in Apache and php, but I see no errors.
> >>
> >> Have you set the $conf['cookie']['path'] correctly in
> >> horde/config/conf.php?
> >>
> >>> What can I do to investigate this error? Maybe someone already knows
> >>> about this..
> >>>
> >>> Any help is appreciated.
> >>>
> >>> Roland
> >>
> >> --
> >> Horde mailing list
> >> Frequently Asked Questions: http://horde.org/faq/To unsubscribe, mail:
> >> horde-unsubscribe at lists.horde.org
> >
> > Hey
> >
> > Do not install via apt-get or other ubuntu package manager.
> >
> > I know there is a debian pack for horde but how current it is i do not
> > know.
> > I use pear to install with..
> > But
> > Ubuntu 14.04 has some gzopen errors and it isn't solved yet.
> > So when you use pear you need to use the -Z option to get the job done.
> > Other than that you can use these instructions:
> > http://www.horde.org/apps/webmail/docs/INSTALL
> >
> > when you use pear do like this:
> > pear install -Z -a -B horde/the-thing-you-wan't-to-install
> >
> > /erling
> >
> >  
> > --
> > Horde mailing list
> > Frequently Asked Questions: http://horde.org/faq/To unsubscribe, mail:
> > horde-unsubscribe at lists.horde.org
> 
> Hey
> 
> I forgot to mention that:
> 
> In the guide there are two things missing. If you are using apache.
> First you need the rewrite engine enabled.
> and you need to define:
> 
> RewriteEngine On
> In your apache config.
> 
> For Horde's Directory
> you need the AllowOverride all option set.
> 
> LIke this in the apache config:
> <Directory /var/www/horde >
>    SomeOtherOptions
>    AsYouNeedThem
>   
>     AllowOverride all
>     Order allow.deny
>     Allow from all
> </Directory>
> 
> Or else your .htaccess will not work.
> And those rewrite Rules in them will not get executed.
> 
> When everything is working. You can consider moving these rules inside in
> apaches config files.
> To optimize for speed.
> 
> /erling




More information about the horde mailing list