[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apache-modssl
Subject:    Re: children segfaulting under mod_ssl 2.8.4
From:       Mads Toftum <mads () toftum ! dk>
Date:       2001-07-25 7:28:51
[Download RAW message or body]

On Tue, Jul 24, 2001 at 05:14:13PM -0700, steev hise wrote:
> hi,
> 
> I'm new to mod_ssl but am not new to Apache, and have  just spent the
> last 4 hours trying
> to get apache 1.3.20 and mod_ssl 2.8.4-1.3.20 to work.  My apache
> install will work fine when I don't load mod_ssl, but when i do, httpd
> child processes exit with a segmentation fault.
> 
> here's the details:
> Redhat 7.0, kernel 2.2.19
> 
> I have already been running the redhat 7 pre-built version of apache
> with SSL just fine. When I built the new mod_ssl I did this:
> 
> ./configure --with-apache=../apache_1.3.20
> --with-crt=/etc/httpd/conf/server.crt --prefix=/root/test-httpd
> --enable-shared=ssl
> 
> then i built apache:
> 
> ./configure --prefix=/root/test-httpd --enable-module=most
> --enable-shared=max --enable-rule=EAPI --enable-rule=SSL_SDBM
> 
You shouldn't configure apache at this point - that has already been
done by the configure in mod_ssl - to get all the extra options in,
just use something like this in your mod_ssl dir (you probably need
to change the path in --with-ssl):

./configure --with-apache=../apache_1.3.20 --with-ssl=../openssl-0.9.5b \
--with-crt=/etc/httpd/conf/server.crt --prefix=/root/test-httpd \
--enable-shared=ssl --enable-module=most --enable-shared=max \
--enable-rule=SSL_SDBM 

then do a:

cd ../apache_1.3.20 ; make ; make install

This is basically the "a) The All-In-One mod_ssl+APACI way [FOR JOE AVERAGE]"
method from the INSTALL document.

vh

Mads Toftum
-- 
`Darn it, who spiked my coffee with water?!' - lwall

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      modssl-users@modssl.org
Automated List Manager                            majordomo@modssl.org

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic