Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Aug 2002 20:36:18 +0100
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        sroberts@dsl.pipex.com
Cc:        FreeBSD Questions <freebsd-questions@FreeBSD.ORG>
Subject:   Re: adding mod_ssl to already existing apache-1.3 installation?
Message-ID:  <20020806193618.GB2124@happy-idiot-talk.infracaninophi>
In-Reply-To: <1028659186.38776.61.camel@Demon.vickiandstacey.com>
References:  <1028659186.38776.61.camel@Demon.vickiandstacey.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Aug 06, 2002 at 07:39:45PM +0100, Stacey Roberts wrote:

>   Does anyone know of any tutorial / HowTo's on adding mod_ssl to an
> already installed (and working) apache-1.3 webserver?

Unlike, say, mod_perl or mod_php, mod_ssl is unfortunately rather a
special case in that it's more than just a DSO that you can load into
a previously compiled apache httpd.  The mod_ssl install actually
makes some quite wide ranging patches to the underlying apache source
-- as well as mod_ssl, you also get mod_define and EAPI.

You're going to have to deinstall your current apache and install the
www/apache13-modssl port instead, plus once you've done that you
should reinstall any other apache DSO's you may be using.  If you're
using portupgrade, you'll find that you have to run 'pkgdb -F' every
so often to convince the odd port that it depends on apache13-modssl
rather than plain apache13, but otherwise apache13-modssl is pretty
much a drop-in replacement for plain apache13.

Make sure you backup your existing httpd.conf and your document tree:
it should be a fairly routine job to merge any customizations from
your old httpd.conf to one with the SSL stuff included.

	Cheers,

	Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.                       26 The Paddocks
                                                      Savill Way
Tel: +44 1628 476614                                  Marlow
Fax: +44 0870 0522645                                 Bucks., SL7 1TH UK

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020806193618.GB2124>