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

Apache编译安装

时间:2016-01-05 11:03:08      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:apache

1、Apache下载

    版本2.2.29  最新2.4.18

    http://www.apache.org/dyn/closer.cgi

2、解压

    tar jxf httpd-2.2.29.tar.bz2

    cd http-2.2.29

3、配置

    ./configure \
    echo $?  #检查

    make   #编译

    make install    #安装

    --prefix 指定安装目录

    --with-included-apr \  #依赖包

    /usr/local/apache2/bin/apachectl start #启动Apache

    


    .

Apache编译安装

标签:apache

原文地址:http://tql2016.blog.51cto.com/1646544/1731563

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