On Wed, Oct 20, 1999, [EMAIL PROTECTED] wrote:
> Full_Name: dave madden
> Version: 2.4.5
> OS: linux (rh6.1, kernel 2.3.18)
> Submission from: adsl-63-193-149-175.dsl.lsan03.pacbell.net (63.193.149.175)
>
> I'm trying to to run mod_ssl-2.4.5 with apache-1.3.9 and openssl-0.9.4
> on a RH6.1 linux system with a 2.3.18 kernel. Everything was compiled
> with gcc-2.95.1 (-fPIC for openssl) and mod_ssl is configured as a
> loadable module. The apache config is close to the default (I took out
> most of the comments so that it'd be easier to read). I don't really
> understand Apache virtual servers, but both HTTP and HTTPS servers are
> running in one process tree.
>
> The HTTP server (port 8080) works fine, but if I connect to the HTTPS
> server (using "openssl s_client ...") I get the certificate (after a
> 5-10 second delay); I then send "GET / HTTP/1.0\n\n" and the server
> crashes. The parent httpd logs a segfault, but I haven't been able to
> find a core dump or catch the fault with GDB.
>
> Is there a known problem with this setup, or (at least) a good way to
> catch the fault in a debugger to see what's up?
With RedHat 6.1? Oh hell, I guess they've broken something again. No joke,
with RedHat we often had problems. First try --enable-rule=SSL_SDBM or (as a
quick test) "SSLSessionCache none". If the core dump then still occurs, go to
the mod_ssl FAQ and follow the information for compiling the server with
debugging symbols ("-g") and run it as non-root (UID != 0). Then you should
get a core dump file. Run gdb on it and run gdb's "bt" command and send me
the details. Without this I cannot help you, except it's possible that I can
temporarily login remotely to your box and look at the problem myself, of
course.
Ralf S. Engelschall
[EMAIL PROTECTED]
www.engelschall.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]