On Thu, Mar 25, 1999, John Hamlik wrote:

> I haven't been able to duplicate the server error on IE4.0+ on your test
> server. (PR#136). ARgh!
> 
> Could you share with us the details of the installation of
> en4.engelschall.com so we may compare to find the differences and to
> test the same configuration in our own environment.  This would be most
> helpfull.

The server install I've done within 15 minutes and
was straight foreward:

1. I've extracted all three packages:

drwxr-xr-x  10 root  wheel      512 Mar 25 16:20 apache
drwxr-xr-x   8 root  staff      512 Mar 25 16:12 apache_1.3.6
-rw-r--r--   1 root  wheel  1372280 Mar 25 15:30 apache_1.3.6.tar.gz
drwxr-xr-x  10 rse   wheel      512 Mar 25 15:55 mod_ssl-2.2.6-1.3.6
-rw-r--r--   1 root  wheel   585546 Mar 25 15:31 mod_ssl-2.2.6-1.3.6.tar.gz
drwxr-xr-x  23 root  wheel     1024 Mar 25 15:38 openssl-0.9.2b
-rw-r--r--   1 root  wheel  1471369 Mar 25 15:30 openssl-0.9.2b.tar.gz

(the apache/ dir is the installation dir)

2. I've compiled OpenSSL with 
   $ perl Configure "FreeBSD-elf:cc:-g -ggdb3 -O2:::"
   but a simple
   $ ./config
   should do the same (I just wanted debugging stuff)

3. I've went to mod_ssl-2.2.6-1.3.6 and run
   $ ./configure --with-apache=../apache_1.3.6

4. I then went do apache_1.3.6 and run (I give you the config.status):

CC="cc" \
OPTIM="-g -ggdb3 -O2" \
TARGET="apache" \
SSL_BASE="/e/trail/openssl-0.9.2b" \
./configure \
"--with-layout=GNU" \
"--target=apache" \
"--prefix=/e/trail/apache" \
"--enable-module=most" 

5. I've created a certificate with "make certificate" and finally
   installed the stuff with "make install". I then only
   enabled "SSLLogLevel trace" in the apache.conf file.

That's all. Nothing special. Even the box is a PII/333 where
I've done a standard FreeBSD 3.1 installation a few weeks ago.

                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)  www.engelschall.com/sw/mod_ssl/
Official Support Mailing List               [EMAIL PROTECTED]
Automated List Manager                       [EMAIL PROTECTED]

Reply via email to