Strange openssl-version in apache notice

Xtracy

Verified User
Joined
May 16, 2007
Messages
11
Hi,

I've upgraded openSSL to 0.9.8g on my FreeBSD 6.1 system and recompiled apache (with custombuild). All went fine and everything seems to work fine.

Only one strange thing in the apache errorlogs openssl isn't shown correctly.
At first, it gave the following notice:

Code:
[notice] Apache/2.2.6 (Unix) mod_ssl/2.2.6 OpenSSL/0.9.8g DAV/2 PHP/5.2.5 configured

But after some changes to the configfiles of apache, the following is showing when apache starts:

Code:
[notice] Apache/2.2.6 (Unix) mod_ssl/2.2.6  \x8c\r\b DAV/2 PHP/5.2.5 configured

Is there a problem with openssl or just a glitch in apache when retrieving the version of openssl?
 
We'll it's pretty common even on centos...it usually goes off after a restart or by itself. Nothing to worry.
 
Back
Top