centos7 升级httpd

Posted 格格巫 MMQ!!

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos7 升级httpd相关的知识,希望对你有一定的参考价值。

1)解压tar.gz包

“tar –xvzf 软件包名”,就可以完成解压与解包工作。

“tar -zxvf 软件包名.tar.gz -C /home/hao” 解压到指定的目录下 (注意:-C为大写)

2)进入解压后的文件目录下 执行“./configure”命令为编译做好准备

“./configure --prefix=/opt”,表示安装到/opt目录

(3)安装httpd,同样的方法进入到解压的文件中,执行如下命令:

./configure --prefix=/usr/local/httpd --sysconfdir=/etc/httpd --with-apr=/opt/modules/apr --with-apr-util=/opt/modules/apr-util
(4)make && make install

(5)将安装目录的bin目录下的httpd拷贝到/usr/sbin/目录下
此时,查看httpd的版本:

以上是关于centos7 升级httpd的主要内容,如果未能解决你的问题,请参考以下文章

centos7 升级httpd

知识分享|Centos7安装Httpd 2.4.46

Centos7升级Apache版本漏洞

CentOS 7下httpd-2.4.6的mod_auth_mysql安装及配置

Linux源码安装httpd:Centos7

CentOS7 httpd 启动失败,网站无法访问