28-Sep-98 03:43 you wrote:
> 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...

Oops. This error turned out to be 100% mod_perl error :-((
-- cut --
AddModule mod_java.c
...
AddModule mod_perl.c
-- cut --
will not work, while
-- cut --
AddModule mod_perl.c
...
AddModule mod_java.c
-- cut --
will work... The same problem -- core dump in ap_run_cleanup while trying to
start java :-((

P.S. I'm not sure -- may be this is not mod_perl error but general apache error
after all -- with 1.3.1 and mod_ssl 1.15 all works flawlessly but it's not
mod_ssl specific anyway...



______________________________________________________________________
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