[imp] Re: [horde] Apache SSL and Horde/IMP
Jon Parise
jon@horde.org
Tue Oct 22 19:54:52 2002
On Tue, Oct 22, 2002 at 02:33:55PM -0400, Theresa M Peter wrote:
> I am in kind of a bind right now. How do I configure horde to use apache
> without SSL support?
>From horde/config/horde.php:
// Determines how we generate full URLs (for location headers and
// such). Possible values are:
// 0 - Assume that we are not using SSL and never generate https URLS.
// 1 - Assume that we are using SSL and always generate https URLS.
// 2 - Attempt to auto-detect, and generate URLs appropriately.
$conf['use_ssl'] = 2;
It looks like 1 is what you want.
--
Jon Parise (jon@horde.org) :: The Horde Project (http://horde.org/)