This is the config I used on a test environment that works for Solaris 8
(this includes the new multi-threaded capabilities).
#!/bin/ksh
PATH=/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin
LD_LIBRARY_PATH=/usr/local/lib:/opt/ssl/lib:/usr/lib
export PATH LD_LIBRARY_PATH
SSL_BASE=/opt/ssl \
LIBS=/usr/lib/libC.so.5 \
CFLAGS=-fPIC \
./configure --prefix=/opt/apache \
--enable-ssl \
--with-ssl=/opt/ssl/ \
--enable-so \
--with-mpm=worker \
--enable-deflate
David S. Loesche
[EMAIL PROTECTED] Yipes Enterprise Services, Inc.
Main: (415) 901-2000 114 Sansome Street, Suite 1045
Direct: (415) 901-2210 San Francisco, CA 94104
Fax: (415) 901-2201 http://www.yipes.com
Yipes is the defining provider of fully scalable bandwidth for businesses.
We offer fully managed high-speed Internet and Nationwide LAN-to-LAN
services at speeds ranging from 1 Mbps to 1 Gbps, in 1 Mbps increments.
Yipes delivers this uniquely flexible service over the first nationwide
system of optical IP networks.
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:mb3@;ati.es]
Sent: Wednesday, November 13, 2002 2:31 AM
To: [EMAIL PROTECTED]
Subject: Please, I need aid
Hello,
I'm an Spanish technicien, and my name is Marc Bartres.
Please excuse for my english first.
I've a problem installing Apache 2.0.43 ans SSL.
I've downloading this version and the OpenSSL 0.9g version.
The Apache without SSL runs ok.
But when I runs Apache with startssl appears an error of a library: vhost.c
of
APR.
I compiled Apache with:
./configure --prefix=/usr/local/apache2 --enable-ssl
make
make install
and I configured httpd.conf with ServerName "the_IP:80" and ssl.conf with
ServerName "the_IP:443".
I put server.key and server.crt in ssl.conf too.
I want a basic secure server and I don't know what's the problem.
I'm testing enabling all modules, but then appears and error on DAV's
library.
Please, it's for my work and I'm only in this project. Nobody knows Apache.
Thany you very much.
______________________________________________________________________
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]