4-Feb-99 04:24 you wrote:
> 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.
Not in 1.3.x :-)
>>| :> 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.
Do not help as well:
-- cut --
[khim@khim khim]$ httpd -l
Compiled-in modules:
http_core.c
mod_so.c
[khim@khim khim]$
-- cut --
even if
-- cut --
[khim@khim khim]$ telnet 127.0.0.1 80
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
HEAD / HTTP/1.0
HTTP/1.1 200 OK
Date: Thu, 04 Feb 1999 11:44:47 GMT
Server: Apache/1.3.4 (Unix) mod_ssl/2.2.0 OpenSSL/0.9.1c mod_perl/1.18 PHP/3.0.6
rus/PL27.5
Connection: close
Content-Type: text/html; charset=koi8-r
Expires: Thu, 01 Jan 1970 00:00:01 GMT
Last-Modified: Thu, 04 Feb 1999 11:44:47 GMT
Vary: accept-charset, user-agent
Connection closed by foreign host.
[khim@khim khim]$
-- cut --
BTW if mod_ssl is installed via some packaging system (RPM in my case) you
usually could do something like this:
-- cut --
[khim@khim khim]$ rpm -qf /usr/libexec/apache/mod_ssl.so
apache-ssl-2.2.0.KSI2-1
[khim@khim khim]$
-- cut --
to find out it's version...
______________________________________________________________________
Apache Interface to SSLeay (mod_ssl) www.engelschall.com/sw/mod_ssl/
Official Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]