Date: Tue, 19 Nov 2002 14:04:30 +0000 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: questions@FreeBSD.ORG Subject: Re: your mail Message-ID: <20021119140430.GA40717@happy-idiot-talk.infracaninophi> In-Reply-To: <676f1ff54005e9dfb3e29076f5a4814b@www2.mail.post.cz> References: <676f1ff54005e9dfb3e29076f5a4814b@www2.mail.post.cz>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Nov 19, 2002 at 02:36:30PM +0100, Peter Jamrisko wrote: > Does anybody know the good documentation for installing Apache-SSL. > > Now, i have a server running with apache 1.3.26. I wish to make it > SSL enable server with using SSLeay. Can anyone give me an advice on > how to install Apache-SSL in my current server. Uh --- nowadays you'ld want to use OpenSSL which is based in part on the SSLeay stuff. Anyhow, I'm afraid that to make an SSL enabled apache, you've got to delete your original apache and re-install. There's two choices: ports/www/apache13-ssl This builds an apache httpd with the SSL stuff linked directly into the main application. See http://www.apache-ssl.org/. Somewhat more popular and what I personally prefer to use, (and incidentally the basis for the bundled HTTPS support in apache2) is: ports/www/apache13-modssl whilst this looks like (indeed, *is*) a DSO type loadable apache module (like mod_php4 etc.), it isn't the same as other loadable modules It builds against a specially patched apache source tree. The patches provide the 'EAPI' extended application programming interface business that mod_ssl requires. It also has a dependency on a portable memory management library 'libmm'. http://www.modssl.org/ Make sure you use a version of OpenSSL later than 0.9.6d --- either install the OpenSSL port or run a recent version of -STABLE so you don't get bitten by FreeBSD-SA-02:33.openssl (ftp://ftp.freebsd.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-02%3A33.openssl.asc) Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way Marlow Tel: +44 1628 476614 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?20021119140430.GA40717>