Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is apache recompile required with openssl upgrade

Status
Not open for further replies.

csgonan

MIS
May 2, 2007
118
US
I have a Solaris 8 server. I just upgraded openssl (0.9.7m to 0.9.8.h) and prior notes indicated that an apachectl -k graceful took care of reloading the new ssl. After restarting (either graceful or stop/start), the error log shows the old version still loading and the server-status shows the same. The location of the new ssl is the same as the old (/usr/local/ssl).

[Tue Oct 21 17:21:40 2008] [notice] Apache/2.2.8 (Unix) mod_ssl/2.2.8 OpenSSL/0.9.7m configured -- resuming normal operations

My config.log for http show
./configure --disable-ipv6 --enable-info --enable-status --enable-ssl --with -ssl=/usr/local/ssl --disable-negotiation --disable-userdir --disable-autoindex --disable-imap --enable-expires

Any suggestions please?
 
Also, I did not install mod_ssl as a separate package, I just compiled openssl and apache. Why do some posts show compiling/installing mod_ssl separately.

Thank you
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top