Rick,

The mod_ssl instructions work very well.

Here are the exact steps (which assume you are using bash, mostly from the
INSTALL document in the mod_ssl package) I use to install:

$ gzip -d -c apache_1.3.12.tar.gz | tar xvf -
$ gzip -d -c mod_ssl_2.6.6-1.3.12.tar.gz | tar xvf -
$ gzip -d -c openssl-0.9.6.tar.gz | tar xvf -
$ gzip -d -c mm-1.1.3.tar.gz | tar xvf -
$ gzip -d -c ApacheJServ-1.1.2.tar.gz | tar xvf -

$ cd openssl-0.9.6
$ sh config
$ make
$ make test
$ cd ..

$ cd mm-1.1.3
$ ./configure --disable-shared
$ make
$ make test
$ cd ..

$ cd mod_ssl-2.6.6-1.3.12
$ ./configure --with-apache=../apache_1.3.12
$ cd ..

$ cd apache_1.3.12
$ SSL_BASE=../openssl-0.9.6 \
  EAPI_MM=../mm-1.1.3 \
  ./configure --enable-shared=max --enable-module=most
$ make
$ make certificate
$ make install
$ cd ..

$ cd ApacheJServ-1.1.2
$ ./configure --with-apxs=/usr/local/apache/bin/apxs \
  --with-jsdk=/usr/local/JSDK2.0/lib/jsdk.jar \
  --with-jdk=/usr/local/jdk \
  --enable-EAPI

$ make
$ make install
$ cd ..

Those are the exact steps I follow to get Apache/mod_ssl/JServ working on my
machines.  If they do not work, please give us the exact problems you are
having, a simple "it doesn't work" does not help us trouble-shoot the
problems you are having.

-Dave

> I'm still have in a tough time getting JServ and mod_ssl running at the
> same time.
>
> I've been trying to install apache utilizing the  DSO feature, but I'm
> having a har time getting mod_ssl to install.  I'm getting all kinds of
> strange errors.
>
> Is there somewhere on the net that has a really solid methodology on how
> to install packages using DSO.  The straight documentation on the apache
> site is not much help.  The mod_ssl documentation, apache documentation,
> and the instructions in this apache book I have are all different and
> none of them have really worked.

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

Reply via email to