Here is what I used:

/src/mod_ssl-2.7.1-1.3.14># ./configure --with-apache=../apache_1.3.14
--with-ssl=../openssl-0.9.6 --with-mm=../mm-1.1.3
--with-crt=../apache_1.3.14/conf/ssl.crt/veri-crt
--with-key=../apache_1.3.14/conf/ssl.key/server.key 
Configuring mod_ssl/2.7.1 for Apache/1.3.14
 + Apache location: ../apache_1.3.14 (Version 1.3.14)
 + OpenSSL location: ../openssl-0.9.6
 + MM location: ../mm-1.1.3
 + Auxiliary patch tool: ./etc/patch/patch (local)
 + Applying packages to Apache source tree:
   o Extended API (EAPI)
   o Distribution Documents
   o SSL Module Source
   o SSL Support
   o SSL Configuration Additions
cp: `../apache_1.3.14/conf/ssl.key/server.key' and
`../apache_1.3.14/conf/ssl.key/server.key' are the same file
   o SSL Module Documentation
   o Addons
Done: source extension and patches successfully applied.

Configuring for Apache, Version 1.3.14
 + using installation path layout: Apache (config.layout)
Creating Makefile
Creating Configuration.apaci in src
Creating Makefile in src
 + configured for Solaris 270 platform
 + setting C compiler to gcc
 + setting C pre-processor to gcc -E
 + checking for system header files
 + adding selected modules
    o ssl_module uses ConfigStart/End
      + SSL interface: mod_ssl/2.7.1
      + SSL interface build type: OBJ
      + SSL interface compatibility: enabled
      + SSL interface experimental code: disabled
      + SSL interface conservative code: disabled
      + SSL interface vendor extensions: disabled
      + SSL interface plugin: Vendor DBM (libc)
      + SSL library path: /src/openssl-0.9.6
      + SSL library version: OpenSSL 0.9.6 24 Sep 2000
      + SSL library type: source tree only (stand-alone)
 + enabling Extended API (EAPI)
   using MM library: ../../mm-1.1.3 (source-tree only)
 + checking sizeof various data types
 + doing sanity check on compiler and options
Creating Makefile in src/support
Creating Makefile in src/os/unix
Creating Makefile in src/ap
Creating Makefile in src/main
Creating Makefile in src/lib/expat-lite
Creating Makefile in src/modules/standard
Creating Makefile in src/modules/ssl

Now proceed with the following commands:
 $ cd ../apache_1.3.14
 $ make
 $ make install





Followed by this:

SSL_BASE=../openssl-0.9.6 \
> EAPI_MM=../mm-1.1.3 \
> ./configure \
> --enable-module=ssl \
> --prefix=/www/secure_apache
Configuring for Apache, Version 1.3.14
 + using installation path layout: Apache (config.layout)
Creating Makefile
Creating Configuration.apaci in src
Creating Makefile in src
 + configured for Solaris 270 platform
 + setting C compiler to gcc
 + setting C pre-processor to gcc -E
 + checking for system header files
 + adding selected modules
    o ssl_module uses ConfigStart/End
      + SSL interface: mod_ssl/2.7.1
      + SSL interface build type: OBJ
      + SSL interface compatibility: enabled
      + SSL interface experimental code: disabled
      + SSL interface conservative code: disabled
      + SSL interface vendor extensions: disabled
      + SSL interface plugin: Vendor DBM (libc)
      + SSL library path: /src/openssl-0.9.6
      + SSL library version: OpenSSL 0.9.6 24 Sep 2000
      + SSL library type: source tree only (stand-alone)
 + enabling Extended API (EAPI)
   using MM library: ../../mm-1.1.3 (source-tree only)
 + checking sizeof various data types
 + doing sanity check on compiler and options
Creating Makefile in src/support
Creating Makefile in src/os/unix
Creating Makefile in src/ap
Creating Makefile in src/main
Creating Makefile in src/lib/expat-lite
Creating Makefile in src/modules/standard
Creating Makefile in src/modules/ssl

Then a make and a make install.

--Colin Devine

On Tue, 9 Jan 2001, David Rees wrote:

> Something is definately wrong.  How did you compile apache/mod_ssl/openssl?
> Which compiler did you use?
> 
> -Dave
> 
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]On Behalf Of Colin Devine
> >
> > Very slow.  Like 30 seconds to a min load a 884 byte file.  It is a fast
> > web server that is also running standard apache, oracle, and a few other
> > standard unix programs.  Specifically it is an Ultra-Sparc II 296 with 512
> > ram.  It is not DNS as our other apache server is fine and the apache
> > reverse dns lookup is turned off.  I do not know what RNG is, but I will
> > try to find out in the mean time.  Even though I am only 2-3 ethernet
> > hops away I get 30/bytes/s and droopping download speeds. The load on the
> > server is less then one.  If we can't get this to work correctly we will
> > have to go back to Suitespot (shudder, but it works).  Thanks for all of
> > the help everyone.
> >
> > --Colin Devine
> >
> > On Tue, 9 Jan 2001, David Rees wrote:
> >
> > > How slow is slow?  How fast is the machine, is it doing anything else?
> > > Does ssl_engine_log show any hints?  How did you compile
> > > apache/mod_ssl/openssl, which what compiler (gcc, cc, etc?)
> > >
> > > My first guess would be that the RNG isn't working well or there's some
> > > sort of DNS problem.
> 
> ______________________________________________________________________
> Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
> User Support Mailing List                      [EMAIL PROTECTED]
> Automated List Manager                            [EMAIL PROTECTED]
> 


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

Reply via email to