CentO OpenSSL 安装配置.docVIP

  • 1
  • 0
  • 约4.75千字
  • 约 5页
  • 2016-12-06 发布于贵州
  • 举报
CentO OpenSSL 安装配置

CentOS下Apache 2.2+OpenSSL 0.9安装配置 系统版本:CentOS release 5.5 (Final) 软件: httpd-2.2.22.tar.gz ,openssl-0.9.8e.tar.gz 1.首先用ssh上传到centos虚拟机器中 [root@cacti ~]# tar -zxvf httpd-2.2.22.tar.gz [root@cacti ~]# tar -zxvf openssl-0.9.8e.tar.gz 2.首先安装openssl [root@cacti openssl-0.9.8e]# ./config --prefix=/usr/local/ssl //配置路径为/usr/local/ssl目录下 [root@cacti openssl-0.9.8e]# makemake install//安装openssl 3.安装apache2.2 [root@cacti httpd-2.2.22]#./configure --prefix=/usr/local/apache --enable-so --enable-ssl --with-ssl=/usr/local/ssl //如果需要加别的参数也是可以的可以用./configure --help查看其它参数。 [root@cacti httpd-2.2.22]#m

文档评论(0)

1亿VIP精品文档

相关文档