[horde] Re: enabling mysql sessionhandler?

Andrew Morgan morgan at orst.edu
Tue Dec 9 23:33:17 PST 2003



On Wed, 10 Dec 2003, Niall Young wrote:

> On Tue, 9 Dec 2003, Andrew Morgan wrote:
>
> > On Wed, 10 Dec 2003, Niall Young wrote:
> >
> > > On Tue, 9 Dec 2003, Andrew Morgan wrote:
> > >
> > > > On Wed, 10 Dec 2003, Niall Young wrote:
> > > >
> > > > > Is there any actual documentation on how a MySQL sessionhandler should be
> > > > > setup?  Is anyone able to help?
> > > >
> > > > Here is what I use, straight from my horde/config/horde.php file:
> > > >
> > > > $conf['sessionhandler']['type'] = 'mysql';
> > > > $conf['sessionhandler']['params'] = array();
> > > > $conf['sessionhandler']['params']['phptype'] = 'mysql';
> > > > $conf['sessionhandler']['params']['hostspec'] = 'my.db.host';
> > > > $conf['sessionhandler']['params']['username'] = 'dbuser';
> > > > $conf['sessionhandler']['params']['password'] = 'dbpassword';
> > > > $conf['sessionhandler']['params']['database'] = 'horde';
> > > > $conf['sessionhandler']['params']['table'] = 'horde_sessionhandler';
> > >
> > > Mine's identical, see previous posts in this thread.
> >
> > If you're getting a parse error, then there must be some kind of typo in
> > this file.  If you'd like someone else to look over it, send a copy of the
> > whole file (sanitized) to the list.
>
> I'm getting Apache segfaults, see my last post on the problem.

I can't help you any further then.  Perhaps someone else on this list...

	Andy




More information about the horde mailing list