Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Nov 2000 15:12:52 -0500 (EST)
From:      Alexander V P <alex@big-blue.net>
To:        Roelof Osinga <roelof@eboa.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: repairing a FUBAR
Message-ID:  <Pine.BSF.4.05.10011271503220.4246-100000@borg.starbase.net>
In-Reply-To: <3A22BCAF.E5D089D5@eboa.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.10011271503220.4246-100000>