# Install OPENSSL
# Download openssl tar file.
[root@map007 /]# tar -xvfz openssl-0.9.7d.tar.gz
[root@map007 /]# mv openssl-0.9.7d /usr/local/src/
[root@map007 /]# cd /usr/local/src
[root@map007 src]# cd openssl-0.9.7d
[root@map007 openssl-0.9.7d]# ./config
[root@map007 openssl-0.9.7d]# make
[root@map007 openssl-0.9.7d]# make test
[root@map007 openssl-0.9.7d]# make install
#This will install in /usr/local/ssl
*****************************************************************************************************
Enjoy Linux !!!













Comments
[...] combines the flexibility of Apache with the security of OpenSSL. This module provides strong cryptography for the Apache 1.3 webserver via the Secure Sockets Layer [...]
[...] combines the flexibility of Apache with the security of OpenSSL. This module provides strong cryptography for the Apache 1.3 webserver via the Secure Sockets Layer [...]