1829965 Members
2559 Online
109998 Solutions
New Discussion

Re: ssl mod

 
Kyle D. Harris
Regular Advisor

ssl mod

Is there a ssl mod i have to obtain when updating ssl?

I got a tar.gz file.
Gunzip'ed it.
stopped apache
started apachessl
... Anything else i need to do? Thanks.
2 REPLIES 2
Jerome Henry
Honored Contributor

Re: ssl mod

Nope. Once your httpd server is mod_ssl aware, it'll use your new version.

Of course, you need a service httpd restart.

J
You can lean only on what resists you...
Jerome Henry
Honored Contributor

Re: ssl mod

BTW, what you updated was modssl, isn't it ?
http://www.modssl.org/


You updated with :
./configure --with-apache=../apache \
--with-ssl=/usr \
--enable-shared=ssl
right ?

J
You can lean only on what resists you...