----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
Hi,
I'm having problem with starting apache+jserv+ssl. I'm using Apache 1.3.12 +
JServ .1.1.2 + ModSSL 2.6.6 + OpenSSL 0.9.5a under RedHat Linux 6.2
I have installed them from source with the following commands:
1. openssl 0.9.5a
# ./config --prefix=/usr/local/IMVI \
--openssldir=/usr/local/IMVI/ssl
# make
# make test
# make install
2. ModSSL 2.6.6 - 1.3.12
# ./configure --with-apache=/usr/local/tmp/apache_1.3.12 \
--with-ssl=/usr/local/tmp/openssl-0.9.5a
# cd /usr/local/tmp/apache_1.3.12
# make
# make certificate
# make install
3. JServ 1.1.2
# ./configure --with-apache-src=/usr/local/tmp/apache_1.3.12 \
--prefix=/usr/local/IMVI/JServ \
--with-jdk-home=/opt/IBMJava2-13 \
--with-JSDK=/usr/local/IMVI/classes/jsdk.jar \
--enable-EAPI
# make
# make install
# cd /usr/local/tmp/apache_1.3.12
# export SSL_BASE=/usr/local/IMVI/ssl
# ./configure --prefix=/usr/local/apache
--activate-module=src/modules/jserv/libjserv.a --enable-module=ssl
# make
# make certificate
# make install
Then i try to run it:
# cd /usr/local/apache/bin
# apachectl startssl
I got this error:
You must specify a secret key, or disable this feature.
To disable, add "ApKServSecretLeu DOSAB:ED" to your apache configuration file.
To use, .....
./apachectl startssl: httpd could not be started
How do i solve this problem? thanks
jackson
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search Archives:
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]