linux 下 Apache 安装

一,准备
     1,安装 apr
        下载地址: http://apr.apache.org/download.cgi

            [root@ubuntu:/work/soft/apache]# tar jxvf apr-1.5.0.tar.bz2

            [root@@ubuntu:/work/soft/apache/apr-1.5.0]# ./configure --prefix=/usr/local/apr

            [root@@ubuntu:/work/soft/apache/apr-1.5.0]# make

            [root@@ubuntu:/work/soft/apache/apr-1.5.0]# make install


     2,安装 apr-util
        下载地址: http://apr.apache.org/download.cgi
            [root @ubuntu:/work/soft/apache ]#  tar jxvf   apr-util-1.5.3 .tar.bz2

            [root@@ubuntu:/work/soft/apache/apr-util-1.5.3]# ./configure --prefix=/usr/local/apr-util --with-apr=/usr/local/apr

            [root@@ubuntu:/work/soft/apache/apr-util-1.5.3]# make

            [root@@ubuntu:/work/soft/apache/apr-util-1.5.3]# make install


     3,安装 pcre
        下载地址: http://pcre.org/
            [root @ubuntu:/work/soft/apache ]#  tar jxvf  pcre-8.35.tar.bz2

            [root@@ubuntu:/work/soft/apache/pcre-8.35]# ./configure --prefix=/usr/local/pcre

            [root@@ubuntu:/work/soft/apache/pcre-8.35]# make

            [root@@ubuntu:/work/soft/apache/pcre-8.35]# make install


         注意 :如果在安装 pcre 时,遇到问题:configure: error: You need a C++ compiler for C++ support.
         解决方法 sudo apt - get install build - essential


二,安装apache
        下载地址: http://httpd.apache.org/
            [root @ubuntu:/work/soft/apache ]#  tar jxvf   httpd-2.4.9.tar.bz2

            [root@@ubuntu:/work/soft/apache/httpd-2.4.9]#  ./configure --prefix=/usr/local/apache2 --with-apr=/usr/local/apr --with-apr-util=/usr/local/apr-util --with-pcre=/usr/local/pcre

            [root@@ubuntu:/work/soft/apache/httpd-2.4.9]# make

            [root@@ubuntu:/work/soft/apache/httpd-2.4.9]# make install



三,配置
         1,修改配置文件
            否则会出现问题:
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message
            解决方法:
            [root@ubuntu:/work/installed/apache]#  sudo gedit conf/httpd.conf 
            把:
                 ServerName www.example.com:80
            改为:
                 ServerName localhost:80

    
         2,启动
            [root@ubuntu:/work/installed/apache]#  ./bin/apachectl start
            

         3,开机启动
            打开文件:/etc/rc.local
            

            添加: /work/installed/apache/bin/apachectl start
            

四,参考文件
1,http://blog.csdn.net/chenxiaohua/article/details/2047757
2,http://blog.163.com/hlz_2599/blog/static/142378474201182811611382/   
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值