On 04-Feb-99 Ralf S. Engelschall wrote:
> 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:
Oh.  I was under the impression that ident string was generated at
compile time.

>| :> 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?
Don't the init rounds require config file parsing (and hence pass
phrase dialog)?  If so, don't bother.

Another possiblity would be for httpsd -l to list the version of
each module.

-Philip

------------------------------------------------------------
Philip Gwyn                        http://www.artware.qc.ca/
(450) 674-9066                          Internet ARTware inc
[EMAIL PROTECTED]                              Programmeur
______________________________________________________________________
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