> Have you ever got your Jserv installed to the Apache?  I have read the
steps
> that you outlined on how to install Jserv and modssl into Apache.  I am
> working on this also.  And interested to try it out myself.  If you ever
got
> all modules work together, can you let me know the steps?  I am having
hard
> time to get the jserv installed.



 I have installed Apache+mod_ssl+jserv on RH6.1, finaly!!!
 But in a way like a mathematical deduction. I have found few rules when I
am
 tryng to install:
 1. Mod_ssl must be configured before an Apache configuration.
 2. Jserv must have an Apache build-it before configuration.

 After many combination tested I understand what't the point.

 The next script is the one who's working:
 ------------------------------------------------------------------
 cd openssl-0.9.4
 ./config
 make
 make install
 cd ../mod_ssl-2.5.0-1.3.11
 ./configure \
 --prefix=/usr/local/apache/ \
 --with-ssl=/tmp/forinstall/openssl-0.9.4 \
 --with-apache=/tmp/forinstall/apache_1.3.11/
 cd ../apache_1.3.11
 SSL_BASE=/tmp/forinstall/openssl-0.9.4 \
 ./configure \
 --prefix=/usr/local/apache \
 --enable-module=ssl
 make
 make certificate
 make install
 cd ../ApacheJServ-1.1
 ./configure \
         --prefix=/usr/local/jserv \
         --with-apache-src=/tmp/forinstall/apache_1.3.11 \
         --with-jdk-home=/usr/local/jdk118_v1/ \
        --with-JSDK=/usr/local/JSDK2.0/lib/ \
  --enable-EAPI
 make
 make install
 cd ../apache_1.3.11
 ./configure \
 --prefix=/usr/local/apache \
 --activate-module=src/modules/jserv/libjserv.a \
 --enable-module=ssl
 #--activate-module=src/modules/ssl/libssl.a
 make
 make install
 --------------------------------------------------------------------
I have finished instalation one month ago. Maybe there are the old vresion
of the components, but I think the rules are the same. Of course I  need it
only for a test.

Cosmin Popa
Technical Support
Dynamic Network Technologies Bucharest, Romania
tel  +4092386466

PS: Sorry for my english!

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to