apache ssl install

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Nancy Sollars
Date:  
Subject: apache ssl install
needed sources and locations

apache source       www.apache.org
mm source            www.engelschall.com -- go to open sourced software mm
will be listed
OpenSSL             www.openssl.org
ModSSL              www.modssl.org


After building and installing mm & openssl
I usually untar both sources SSL and APACHE

then go into the ssl dir and use

./configure --with-apache=/use/src/apache-1.3.xx --with-ssl=/usr/src/openssl
-0.9.x
--enable-shared=ssl --with-mm=/usr/src/mm version source

make
make install

then enter the apache source and do the following

EAPI_MM="/usr/src/mm-source-dir"
SSL_BASE="/usr/src/openssl-source-dir"
./configure --enable-module=most --enable-shared=max --enable-shared=ssl --e
nable-module=ssl

make
make install

then alls you have to do is create your SSL cert keys and do

/location/of/your/installd/binary/apachectl startssl

usually by default its

/usr/local/apache/apachectl startssl

if you dont get any errors your all good

HTH Nige

----- Original Message -----
From: "Eric" <>
To: "Plug-Discuss" <>
Sent: Sunday, March 03, 2002 9:19 PM
Subject: : apache ssl install


>
>
> Hi,
>
> I'm following "Apache: the definitive guide," and I'm trying to install
> apache 1.3.22 with ssl. The book says to
>
> i) build SSLeay (openssl),
> ii) then exand the apache tar ball,
> iii) then in the parent directory of apache, expand apache+ssl patch
> iv) then do "./FixPatch".
>
> Fixpatch concludes by telling me to rebuild openssl again, but the book
> clearly implies that this is not to be done. Rather, the book says to go

on
> and re-build apache.
>
> Has anyone done this lately? Do I need to rebuild SSL after building 5
> minutes ago? I'm using openssl 0.9.5a and apache_1.3.22+ssl_1.44.tar.gz.
>
> Eric
>
> ________________________________________________
> See http://PLUG.phoenix.az.us/navigator-mail.shtml if your mail doesn't

post to the list quickly and you use Netscape to write mail.
>
> PLUG-discuss mailing list -
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>