I am running Apache 1.3.14 and I just compiled Mod_SSL 2.7.1 into it.
If I leave Mod_SSL disabled apache works fine. When I add:
LoadModule ssl_module modules/libssl.so
I have no problem but at this point Mod_SSL really isn't running. As
soon as I add:
AddModule mod_ssl.c
I get a segmentation fault. The segmentation error I am getting is:
[Fri Dec 1 10:57:22 2000] [notice] child pid 618 exit signal
Segmentation fault (11)
and Netscape returns "Document Contains no Data". This happens if I try
to access a page via SSL or traditionaly.
When I compile it all together everything works fine. I am using the
following when compiling:
Compile openssl first:
./config -fpic
make
./configure \
--with-apache=../apache_1.3.14 \
--with-ssl=../openssl-0.9.5a \
--prefix=/usr \
--exec-prefix=/usr \
--bindir=/usr/bin \
--sbindir=/usr/sbin \
--libexecdir=/usr/lib/apache \
--sysconfdir=/etc/httpd/conf \
--datadir=/home/httpd \
--includedir=/usr/include/apache \
--libexecdir=/usr/lib/apache \
--iconsdir=/home/httpd/icons \
--htdocsdir=/home/httpd/html \
--cgidir=/home/httpd/cgi-bin \
--runtimedir=/var/httpd \
--logfiledir=/var/log/httpd \
--proxycachedir=/var/cache/httpd \
--enable-module=all \
--enable-shared=max \
--enable-rule=EAPI
make
Thanks :)
-Nick
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]