On 04-Feb-99 Khimenko Victor wrote:
> 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:
[snip]
> 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 --
I have seperate servers for SSL and non-SSL http. This way the
regular web services can be run without human intervention.
> 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...
While I use Red Hat, I don't use RPM for the important modules. I
much prefer compiling them by hand. I had to dig around to find the
the tar-ball I used (I always try to keep them handy).
-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]