On Sun, Mar 28, 1999, Rauznitz Balazs wrote:
> I just compiled the new Apache, but have strange problems when starting
> with -DSSL. It wouldn't give any error, only:
>
> /napache/apache/bin/apachectl startssl: httpd could not be started
>
> I'm setting LogLevel and LogSSLLevel to Debug, but still get no info in
> the error_log file and only this in the ssl_engine_log:
>
> [28/Mar/1999 10:28:30] [info] Server: Apache/1.3.6, Interface:
> mod_ssl/2.2.6, Library: OpenSSL/0.9.2b
> [28/Mar/1999 10:28:30] [info] Init: 1st startup round (still not
> detached)
> [28/Mar/1999 10:28:30] [info] Init: Initializing OpenSSL library
> [28/Mar/1999 10:28:30] [info] Init: Loading certificate & private key
> of SSL-aware server localhost.localdomain:8443
>
> When I start without -DSSL, then everything's fine...
> When I built the httpd I got no errors and did all "make test"-s and
> they also succeded.
> I have Linux 2.0.x ; gcc 2.7.2.3
>
> I have a feeling that, I'm missing something; what is that ?
A few points:
1. Don't intermix apachectl's startssl with a manual -DSSL
option for httpd. Either use "apachectl startssl" _OR_
"httpd -DSSL" to start Apache.
2. You should see a lot more entries in the ssl_engine_log
with "SSLLogLevel debug", of course.
3. Apache has no "make test", so I think you're speaking
about OpenSSL here.
4. When Apache+mod_ssl doesn't startup you really
should find the error in the error_log. At least
I do not know any part in mod_ssl where an
exit() is done but no error written.
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]