码迷,mamicode.com
首页 > Web开发 > 详细

httpd安装

时间:2014-10-28 13:49:03      阅读:197      评论:0      收藏:0      [点我收藏+]

标签:http   ar   sp   on   bs   ef   tt   安装   nbsp   

1.软件准备

http://apache.fayea.com/apache-mirror//apr/apr-1.5.1.tar.gz

http://apache.fayea.com/apache-mirror//apr/apr-util-1.5.4.tar.gz

ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.34.tar.gz

2.安装apr

#cd apr-1.5.1
#./configure
#make
#make install

 

#tar zxvf apr-util-1.5.4.tar.gz
#cd apr-util-1.5.4
#./configure --prefix=/usr/local/apr-util --with-apr=/usr/local/apr
#make
#make install

#tar -zxvf pcre-8.34.tar.gz
#cd pcre-8.34
#./configure --prefix=/usr/local/pcre
#make
#make install

安装httpd

./configure --prefix=/usr/local/httpd/ --with-apr-util=/usr/local/apr-util/bin/apu-1-config --with-apr=/usr/local/apr/ --with-pcre=/usr/local/pcre

 

httpd安装

标签:http   ar   sp   on   bs   ef   tt   安装   nbsp   

原文地址:http://www.cnblogs.com/xkcp008/p/4056439.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!