Edwards, Denise wrote:
> Hi,
> 
>  
> 
> I'm upgrading the Apache HTTP from 2.2.10 to latest version (2.2.17). We
> normally use the openSSL that comes bundled with the Apache install
> package. The latest Apache comes bundled with OpenSSL v0.9.8o and I need
> to upgrade it to v0.9.8p. How do you upgrade the openssl on the
> installed Apache? I downloaded the OpenSSL v0.9.8p tar from openssl.org,
> but not sure where to go from there as it's not the mod_ssl.so format.
tar -xvf [archive of openssl sources ]
cd [ directory containing sources
./configure [ options ]
make
make install.
then rebuild the apache mod_ssl against the new ssl lib you just compiled.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to