----------------------------------------------------------------
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 Jackson!
I think your problem it's only that apache can't
find your secret key in order to start the ssl module.
I supose you have already check the directory of the
secret and certificate files in the httpd.conf .You
can also, use the openssl program to check the secret
key and the certificate...
I don't know why are you configuring apache again,
if it has been already done in the mod-ssl step:
When I configure apache, I do it so:
./configure --with-apache=../apache_1.3.x
--with-ssl=../openssl-0.9.x --with-mm=../mm-1.0.x
--prefix=/usr/local/apache --enable-shared=ssl
/--------here----------/
After that, when you enter the apache directory,
you should only make the following steps:
make
make certificate (optional)
make install
And you're making certificates two times, why?
If you want more information, read the document at
http://www.modssl.org/source/exp/mod_ssl/pkg.mod_ssl/INSTALL
It's a great one.
Bye,
Jesus Escanero
--- Jackson Ching <[EMAIL PROTECTED]> escribi�: >
----------------------------------------------------------------
> 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
>
_______________________________________________________________
Do You Yahoo!?
Consiga gratis su direcci�n @yahoo.es en http://correo.yahoo.es
--
--------------------------------------------------------------
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]