全部博文(178)
发布时间:2015-03-13 18:02:17
下面是介绍源码安装Apache并配置ssl支持的教程。安装所需软件包yum -y install gcc openssl openssl-devel下载Apache源码到http://httpd.apache.org/下载最新稳定版的源码,现在最新稳定版是2.2.21。cd ~wget http://apache.deathculture.n.........【阅读全文】
发布时间:2015-03-13 10:30:26
参考别人的做法,遇到问题上网查,下面就是安装步骤.一、安装Apache2.2.221、到官网下载 http://httpd.apache.org/download.cgi 2、解压 tar -zxvf httpd-2.2.22.tar.gz3、建立目标文件夹(注意以下所有操作都时在root用户下执行的) mkdir .........【阅读全文】