Hello!
I would like to build apache with mod_ssl and jserv.
I have tryed the next script:
-----------------------------------------------------------------
cd apache_1.3.12
./configure --prefix=/usr/local/apache
make
make install
cd ../openssl-0.9.4
./config
make
make install
cd ../mod_ssl-2.6.0-1.3.12
./configure \
--with-apache=/tmp/forinstall/apache_1.3.12 \
#--with-ssl=/tmp/forinstall/openssl-0.9.4 \
#--prefix=/usr/local/apache
cd ../ApacheJServ-1.1
./configure \
--prefix=/usr/local/jserv \
--with-apache-src=/tmp/forinstall/apache_1.3.12 \
--with-jdk-home=/usr/local/jdk118_v1 \
--with-JSDK=/usr/local/JSDK2.0/lib/ \
--enable-EAPI \
--enable-debugging
make install
cd ../apache_1.3.12
SSL_BASE=/tmp/forinstall/openssl-0.9.4
./configure \
--prefix=/usr/local/apache \
--enable-module=ssl \
--activate-module=src/modules/jserv/libjserv.a
make
make certificate
make install
----------------------------------------------------------
Whem I start the normal http - it's working, but when I start with ssl
option the apache http is ok, the jserv is ok, but https is not responding.
Where is my mistake?
Cosmin Popa
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]