At 02:18 PM 3/29/2000 -0500, you wrote:


>Sorry for the number of messages on this.  I _must_ be doing something 
>wrong, as I cannot believe that it takes one over 24hrs to get Apache, mm, 
>mod_ssl and mod_perl going.


Here's my standard procedure for doing all this except MM:

MAKING APACHE w/ Mod_perl and Mod_SSL

unpack everything

1. OPENSSL: config, make, make test, make install
2. cd mod_ssl-x.xx
3. ./configure --with-apache=../apache_x.xx
4. cd ../mod_perl-x.xx
5. perl Makefile.PL APACHE_SRC=../ap DO_HTTPD=1 USE_APACI=1 PREP_HTTPD=1 
EVERYTHING=1 [...]
6. make, make install
7. cd ../apache_x.xx
8. SSL_BASE=/usr/local/ssl OPTIM="-O2" ./configure 
--prefix=/usr/local/apache --enable-shared=max --enable-module=rewrite 
--enable-module=info --enable-module=ssl --enable-shared=ssl 
--activate-module=src/modules/perl/libperl.a --enable-shared=perl
9. make, make install


Hope this helps,

-dougl

_________________________________________________________________________

  Doug Ledbetter      --      Webmaster      --       "The Mad Scientist"
                    MidAmerica Nazarene University
              2030 East College Way, Olathe, KS 66062-1899
     [EMAIL PROTECTED]       (913)782-3750 x205       http://www.mnu.edu/
"Whoever shall introduce into public affairs the principles of primitive 
Christianity will change the face of the world."  --Benjamin Franklin 1778"
_________________________________________________________________________

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to