On Mon, Jul 05, 1999, Roman Maeder wrote:
> Program received signal SIGSEGV, Segmentation fault.
> 0x528f8 in ssl_scache_status ()
> (gdb) where
> #0 0x528f8 in ssl_scache_status ()
> #1 0x54a4c in ssl_ext_ms_display ()
> #2 0x9aa14 in ap_hook_call_func ()
> #3 0x9a150 in ap_hook_use ()
> #4 0xef452b28 in _END_ ()
> #5 0x7c730 in ap_invoke_handler ()
> #6 0x8efec in process_request_internal ()
> #7 0x8f38c in ap_process_request ()
> #8 0x869d8 in child_main ()
> #9 0x86cc0 in make_child ()
> #10 0x87364 in standalone_main ()
> #11 0x87d70 in main ()
>
> this is with httpd.conf containing
>
> <IfDefine SSL>
> AddModule mod_ssl.c
> </IfDefine>
> AddModule mod_perl.c
>
> and -DSSL *not* given on command line, mod_ssl statically compiled in.
Ah, I've now found the problem. mod_ssl added it to the EAPI hooks of
mod_status but because it wasn't enabled there existed now real mod_ssl
per-server configuration. I've added a check for 2.3.6 and it now works fine
also in your situation, i.e. it doesn't display anything.
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]