Red Hat Enterprise Linux 5安装apache记录

在我的环境下用到了以下几个:

1)APR 和APR-Util,下载地址http://httpd.apache.org/docs/2.4/install.html

2)Perl-Compatible Regular Expressions Library (PCRE),下载地址:ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/

3)Httpd-2.4.3.tar.gz


步骤:

正常情况下只需要几步:

[root@localhost  http-2.4.3]# ./configure --prefix=/usr/local/server/apache

这一步执行完后继续,我在这一步出现了问题,即下面说的

[root@localhost  http-2.4.3]# make

[root@localhost  http-2.4.3]# make install


我在安装的时候出现了没找不到APR、APR-Util、PCRE的情况,因为我的计算机木有装

下载好这几个组件后,安装方式同上

1、安装APR  

[root@localhost  http-2.4.3]# ./configure 

[root@localhost  apr]# make

[root@localhost  apr]# make install


2、安装APE-Util

[root@localhost  http-2.4.3]# ./configure [--with-apr /usr/local/apr]

这个过程中出现了找不到APR,可以使用--with-apr 你的apr路径 参数

[root@localhost  apr]# make

[root@localhost  apr]# make install

3、安装PCRE

[root@localhost  http-2.4.3]# ./configure 

[root@localhost  apr]# make

[root@localhost  apr]# make install

再重新执行

[root@localhost  http-2.4.3]# ./configure --prefix=/usr/local/server/apache

[root@localhost  http-2.4.3]# make

[root@localhost  http-2.4.3]# make install

安装成功。

用VI查看httpd.conf文件看看,ok

测试一下:

[root@localhost  bin]#  ./apachectl   start




评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值