From owner-freebsd-questions Tue Nov 19 6: 4:47 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CE1937B401 for ; Tue, 19 Nov 2002 06:04:46 -0800 (PST) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C2A843E75 for ; Tue, 19 Nov 2002 06:04:44 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1]) by smtp.infracaninophile.co.uk (8.12.6/8.12.6) with ESMTP id gAJE4Zx2040944 for ; Tue, 19 Nov 2002 14:04:35 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.6/8.12.6/Submit) id gAJE4Uhm040943 for questions@FreeBSD.ORG; Tue, 19 Nov 2002 14:04:30 GMT Date: Tue, 19 Nov 2002 14:04:30 +0000 From: Matthew Seaman To: questions@FreeBSD.ORG Subject: Re: your mail Message-ID: <20021119140430.GA40717@happy-idiot-talk.infracaninophi> Mail-Followup-To: Matthew Seaman , questions@FreeBSD.ORG References: <676f1ff54005e9dfb3e29076f5a4814b@www2.mail.post.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <676f1ff54005e9dfb3e29076f5a4814b@www2.mail.post.cz> User-Agent: Mutt/1.5.1i X-Spam-Status: No, hits=-3.3 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_01_02, USER_AGENT,USER_AGENT_MUTT version=2.43 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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