1.编译前安装编译工具及库
2.二进制编译环境
下载tar包地址:www.apache.org./dist/httpd/
3.安装编译环境安装相应包
yum install apr apr-util apr-devel arp-util-devel
4.解压文件
tar xzf httpd-2.4.34 tar.bz2 ,
如果是gz2文件:tar jxf httpd-2.4.34.tar。bz2
5.预编译的安装目录
/configure --prefix=/usr/local/apache2 --disable-proxy(禁止该模块,要不然编译出问题)
6.进行
make && make install
7.安装文件放在
/usr/local/apache2目录下
8.启动该服务
/usr/local/apache2/bin/apachectl start
iptables -F/X/L :清空防火墙设置。
9.浏览网页 输入http://(IP地址)
原文地址:http://blog.51cto.com/13958216/2176306
时间: 2024-10-11 12:49:28