From owner-freebsd-questions Mon Nov 27 12:11:45 2000 Delivered-To: freebsd-questions@freebsd.org Received: from borg.starbase.net (unknown [208.233.101.2]) by hub.freebsd.org (Postfix) with ESMTP id 517A337B479 for ; Mon, 27 Nov 2000 12:11:41 -0800 (PST) Received: from localhost (alex@localhost) by borg.starbase.net (8.9.3/8.8.8) with ESMTP id PAA04404; Mon, 27 Nov 2000 15:12:52 -0500 (EST) Date: Mon, 27 Nov 2000 15:12:52 -0500 (EST) From: Alexander V P X-Sender: alex@borg.starbase.net To: Roelof Osinga Cc: freebsd-questions@FreeBSD.ORG Subject: Re: repairing a FUBAR In-Reply-To: <3A22BCAF.E5D089D5@eboa.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi, download apache_1.3.14.tar.gz and mod_ssl-2.7.1-1.3.14.tar.gz untar/zip'em and then go to mod_ssl dir. # cd mod_ssl-2.7.x-1.3.x #./configure --with-apache=../apache_1.3.x --with-crt=/path/to/your/server.crt \ <- optional --with-key=/path/to/your/server.key <- optional # cd .. [...Now add more Apache modules to the Apache source tree...] # cd apache_1.3.x #./configure --enable-module=ssl \ --prefix=/path/to/apache \ #make #make certificate #make install hth ;-) alex On Mon, 27 Nov 2000, Roelof Osinga wrote: > Working on a tigh schedule I was implementing a 4.2 host. Added > a couple of ports, most notably apache13+modssl. I didn't work. > Read some of the readme's and stuff, tried a few things and it > still didn't work. So, I thought ok, let's try apache13-ssl. > > Unfortunately it was apache-1.3.12 while I was intending to > use apache-1.3.14 but moreover it didn't work either. Which > is weird indeed since apache-ssl has never failed me before. > Indeed, the 3.4 host happily runs it albeit with an outdated > 'snake oil' certificate. > > Hence I have two questions. First, I'm going to 'make delete' > every port that has to do with these things. Then I'm going > to reinstall them. I should end up with a reasonably clean > install, should I not? Or should I just wipe and reinstall ALL. > > Then I'm planning to reinstall the mod_ssl. Does anyone know > the trick that I missed? > > Roelof > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message