While testing binary version of apache for KSI-Linux I'm found nasty error
with mod_perl (1.15_01) and mod_ssl (2.0.11) under apache 1.3.2.

This version
-- cut --
AddModule mod_perl.c
...
AddModule mod_ssl.c
-- cut --
will be ok, while this version
-- cut --
AddModule mod_ssl.c
...
AddModule mod_perl.c
-- cut --
will not start ssl_gcache and will core dump somewhere in the ap_run_cleanup !

P.S. mod_perl (1.15) and mod_ssl (2.0.10) under apache 1.3.1 works in both
cases just fine...



______________________________________________________________________
Apache Interface to SSLeay (mod_ssl)   www.engelschall.com/sw/mod_ssl/
Official Support Mailing List               [EMAIL PROTECTED]
Automated List Manager                       [EMAIL PROTECTED]

Reply via email to