RE: Version number

2002-09-20 Thread Drew J. Como

Martin,

Actually, you may need to recompile Apache (w/ PHP if you need that.)
When building Apache from sources, you have to specify where the OpenSSL
libraries are installed.  If you happened to not use the ones specified
by the RPM and used OpenSSL sources, upgrading the RPM will not help you
and you will need to rebuild Apache with the new libraries.

Let me know if you need help with this...


Drew J. Como Phone: 631-434-6600
Systems Administrator  Fax: 631-434-7800
[EMAIL PROTECTED] Web: www.bascom.com
Bascom Global Internet Services, Inc.

  When quality is the goal, 
   winning is guaranteed. 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Martin Nyberg
Sent: Friday, September 20, 2002 3:55 PM
To: modssl-users
Subject: Version number


Hi !

I've just upgraded OpenSSL 0.9.6d to 0.9.6g on FreeBSD, but Apache says 
that it's running OpenSSL 0.9.6a!

Where is this version number and how to change it?

I read somewhere in the archive that a solution might be to recompile 
PHP... But what does PHP have to do with Apache (something I don't know) ?


Thanks.

Martin Nyberg

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: Version number

2002-09-20 Thread richard . mail

Martin Nyberg writes: 

 Hi ! 
 
 I've just upgraded OpenSSL 0.9.6d to 0.9.6g on FreeBSD, but Apache says 
 that it's running OpenSSL 0.9.6a! 
 
 Where is this version number and how to change it? 
 
 I read somewhere in the archive that a solution might be to recompile 
 PHP... But what does PHP have to do with Apache (something I don't know) ? 
 
 
 Thanks. 
 
 Martin Nyberg 
 
 __
 Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
 User Support Mailing List  [EMAIL PROTECTED]
 Automated List Manager[EMAIL PROTECTED]
 

 

hi, 

to get it right, you should recomplie apache and php to show the correct 
version numbers. 

i've had the same problem and that's how i fixed it. 

i hope it helps for you 

greetz 

Richard
The Netherlands
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: Version number

2002-09-20 Thread Cliff Woolley

On Fri, 20 Sep 2002 [EMAIL PROTECTED] wrote:

  I've just upgraded OpenSSL 0.9.6d to 0.9.6g on FreeBSD, but Apache
  says that it's running OpenSSL 0.9.6a!  Where is this version number
  and how to change it?

 to get it right, you should recomplie apache and php to show the correct
 version numbers.  i've had the same problem and that's how i fixed it.

Just to be absolutely clear, this is not just a matter of showing the
correct version number.  If it shows the wrong version number, that's
because that wrong version is the one actually being used by Apache!!
It's probably a matter of the old version having been statically linked
into Apache, so even after you upgrade OpenSSL, Apache still needs to be
relinked with it.

--Cliff

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: version?

2002-08-21 Thread Cliff Woolley

On Wed, 21 Aug 2002, Pandora Fawcett wrote:

 why don't i see a mod_ssl version for apache 2.039?

Because you haven't looked in the right place.  mod_ssl comes bundled with
Apache 2.0; it's no longer a separate product.

--Cliff

__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: version compatibility

2002-05-31 Thread DG Speekenbrink

This is an interesting issue you put to our attention here.

I, for one, consider myself likeley to come to the same point in the
future.
So please post any results/problems you have, and support us all!

Thanks,

Dennis

Shon Stephens wrote:
 
 i am currently using modssl 2.8.4 w/ apache 1.3.20 and openssl 0.9.6b. for
 compatibility with another application, i need to upgrade my openssl to
 0.9.6c. will i have any problems with the modssl/apache upgrading to this
 version of openssl. in other words, will i need to upgrade my modssl
 version? should i recompile modssl with the new openssl version, or can i
 just replace what is currently there?
 
 thanks,
 shon
 
 __
 Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
 User Support Mailing List  [EMAIL PROTECTED]
 Automated List Manager[EMAIL PROTECTED]
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: version compatibility

2002-05-30 Thread Lutz Jaenicke

On Thu, May 30, 2002 at 01:50:32PM -0400, Shon Stephens wrote:
 i am currently using modssl 2.8.4 w/ apache 1.3.20 and openssl 0.9.6b. for
 compatibility with another application, i need to upgrade my openssl to
 0.9.6c. will i have any problems with the modssl/apache upgrading to this
 version of openssl. in other words, will i need to upgrade my modssl
 version? should i recompile modssl with the new openssl version, or can i
 just replace what is currently there?

Source code compatibility should not be an issue. Binary compatibility
is possible, but I don't know for sure, whether some internal interface was
changed. I would thus recommend to recompile.

Best regards,
Lutz
-- 
Lutz Jaenicke [EMAIL PROTECTED]
http://www.aet.TU-Cottbus.DE/personen/jaenicke/
BTU Cottbus, Allgemeine Elektrotechnik
Universitaetsplatz 3-4, D-03044 Cottbus
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: version numbers

2001-03-21 Thread Ralf S. Engelschall

On Wed, Mar 14, 2001, Brett Tofel wrote:

 I can't seem to find where the mod_ssl version numbers are explained. 

In the FAQ AFAIK.

 if we are using an older apache, must we use an older mod_ssl? 
 For instance, if we were using apache 1.3.12 would we have to use: 
 
 mod_ssl-2.6.6-1.3.12 

Yes.
   Ralf S. Engelschall
   [EMAIL PROTECTED]
   www.engelschall.com
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: Version

1999-10-13 Thread Ralf S. Engelschall

On Wed, Oct 13, 1999, Charles Williams wrote:

 I was told we were using mod_ssl but at
  /apache/bin 
 
 I type httpsd -v and learn:
   Server version: Apache/1.3.6 Ben-SSL/1.35 (Unix)
 
 Does anyone know where I go for documentation?

You're using Ben's Apache-SSL and not mod_ssl.
So you should start browsing on http://www.apache-ssl.org/
for documentation.
   Ralf S. Engelschall
   [EMAIL PROTECTED]
   www.engelschall.com
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: Version

1999-10-13 Thread Magnus Stenman

http://www.apache-ssl.org/

 Charles Williams wrote:
 
 I was told we were using mod_ssl but at
 
  /apache/bin
 
 I type httpsd -v and learn:
   Server version: Apache/1.3.6 Ben-SSL/1.35 (Unix)
 
 Does anyone know where I go for documentation?
 
 Chuck Williams
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



RE: Version

1999-10-13 Thread Dom Gallagher
Title: Version



That 
looks like ApacheSSL - check out http://www.apache-ssl.org.


Dom GallagherSystems AdministratorStayfree Internet 


  -Original Message-From: 
  [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On 
  Behalf Of Charles WilliamsSent: 13 October 1999 
  14:51To: '[EMAIL PROTECTED]'Subject: 
  Version
  I was told we were using mod_ssl but at 
  /apache/bin 
  I type httpsd -v and learn:  Server version: Apache/1.3.6 Ben-SSL/1.35 
  (Unix) 
  Does anyone know where I go for 
  documentation? 
  Chuck Williams 


Re: Version

1999-10-13 Thread Balázs Bárány

Hi,

   Server version: Apache/1.3.6 Ben-SSL/1.35 (Unix)
This seems like apache-ssl, http://www.apache-ssl.org
_
Balázs Bárány[EMAIL PROTECTED]   http://www.tud.at   ICQ 10747763

Computers. You can't live with them, you can't live without them.
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]