the following worked for my last production build on Redhat 5.2.
i was able to do the same thing at home with 1.3.12 on Redhat 6.1
using a slight variation of the same instructions - good luck!
cliff rayman
genwax.com
# cd /usr/local/src
# tar -xzf /usr/local/distrib/apache_1_3_9_tar.gz
# tar -xzf /usr/local/distrib/mod_ssl-2_4_8-1_3_9_tar.gz
# cd mod_ssl-2.4.8-1.3.9
# export SSL_BASE=/usr/local/ssl ; export RSA_BASE=/usr/local/src/rsaref-2.0/local
# ./configure �-with-apache=/usr/local/src/apache_1.3.9 --with-ssleay=/usr/local/ssl
--with-rsaref=/usr/local/src/rsaref-2.0/local --prefix=/usr/local/apache_1.3.9
--enable-module=ssl
# cd /usr/local/src/
# tar -xzf /usr/local/distrib/mod_perl-1_21_tar.gz
# cd /usr/local/src/mod_perl-1.21
# export SSL_BASE=/usr/local/ssl ; export RSA_BASE=/usr/local/src/rsaref-2.0/local
# perl Makefile.PL USE_APACI=1 EVERYTHING=1 SSL_BASE=/usr/local/ssl
APACHE_PREFIX=/usr/local/apache_1.3.9 APACI_ARGS="--enable-module=ssl,
--enable-module=rewrite"
# make test
# cd /usr/local/src/apache_1.3.9
# export SSL_BASE=/usr/local/ssl ; export RSA_BASE=/usr/local/src/rsaref-2.0/local
# ./configure --prefix=/usr/local/apache_1.3.9 --enable-module=ssl
--enable-module=rewrite
--activate-module=src/modules/perl/libperl.a
# make certificate TYPE=existing CRT=/usr/local/apache/conf/ssl.crt/server.crt
KEY=/usr/local/apache/conf/ssl.key/server.key
# make install
cliff rayman
genwax.com
tim wrote:
> hello ...
>
> my experience was to run the mod_perl script after running the mod_ssl stuff. Both
>work great. I installed it
> on my red hat 5.2 box.
>
> also have a good look at src/Configuration in apache_1.3.x before compiling to add
>some modules, like DSO.
>
> tim
>
> On Sat, Mar 04, 2000 at 10:59:20AM -0500, [EMAIL PROTECTED] wrote:
> > I had followed the procedure at http://www.modssl.org/example/
> > for the previous version of Apache and mod_ssl and everything
> > works great. I would like to upgrade to the newest version of
> > Apache and add mod_perl. The procedure to install the new
> > version of Apache with mod_ssl with additional modules as
> > outlined at:
> > http://www.modssl.org/source/exp/mod_ssl/pkg.mod_ssl/INSTALL
> > looks daunting.
> >
> > If I install the new apache with mod_ssl as outlined at
> > http://www.modssl.org/example/ -- is there an easy way to
> > thereafter add mod_perl or ... ? If so, if someone could outline
> > how to do so, I would be very grateful.
> >
> > Newbie Bill
> >
> > ______________________________________________________________________
> > Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> > User Support Mailing List [EMAIL PROTECTED]
> > Automated List Manager [EMAIL PROTECTED]
> ______________________________________________________________________
> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> User Support Mailing List [EMAIL PROTECTED]
> Automated List Manager [EMAIL PROTECTED]
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]