On Fri, Nov 06, 1998, Trung Tran-Duc wrote:
> > [...]
> > server String:
> > > Apache/1.3.3 (Win32) mod_ssl/mod_ssl/2.1b8 SSLeay/0.9.0b mod_jserv/1.0b
>
> what? mod_ssl twice?
>
> This is an minor error in configure.bat.
Ops, correct. I've recently added the mod_ssl/ prefix (for consistency with
the product string which can be added under Unix) and totally forgot the NT
side. Thanks for discovering and fixing this, Trung.
> Also apache crashes on NT
> when I try to restart it (apache.exe -k restart). It's inside ssleay.
> I'm going to debug it...
Perhaps we have to actually shutdown SSLeay in some way (at the restart)
before we can re-init it (at the new startup)? Perhaps Tim Hudson has some
hints for us. Tim?
>From the Apache side it's easy: We can do this inside Apache with a callback
function configured via ap_register_cleanup(). Or inside the new remove_module
hook of the Extended API. We just have to know what SSLeay functions we have
to call on server restart time.
Ralf S. Engelschall
[EMAIL PROTECTED]
www.engelschall.com
______________________________________________________________________
Apache Interface to SSLeay (mod_ssl) www.engelschall.com/sw/mod_ssl/
Official Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]