On Wed, Feb 03, 1999, Philp Gwyn wrote:
> How does one find what version of mod_ssl is compiled into a given
> httpsd? httpsd -v tells me the apache version, but not the mod_ssl
> version.
Hmmm... yes, that's because the -v option is done _before_ any modules are
initialized and given a chance to identify theirself. As a first
step I'll now add identification strings to the mod_ssl module,
so you can at least do:
| :> ident libssl.so
| libssl.so:
| $Id: mod_ssl/2.2.1 $
| :> what libssl.so
| libssl.so
| mod_ssl/2.2.1
for the next version. But for the -v I need to change the logic in Apache.
Hmmm... perhaps we should allow a "-v -v" or a "-v2" or a similar variant
which is the same as -v but is done _after_ an init round?
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]