zoukankan      html  css  js  c++  java
  • CentOS/RedHat rpm方式安装Apache2.2

    注:所有RPM包均从网易镜像上下载

    # rpm -ivh /home/apache/apr-1.3.9-5.el6_2.x86_64.rpm 
    warning: /home/apache/apr-1.3.9-5.el6_2.x86_64.rpm: Header V3 RSA/SHA1 Signature, key ID c105b9de: NOKEY
    Preparing...                ########################################### [100%]
       1:apr                    ########################################### [100%]
    # rpm -ivh /home/apache/apr-util-1.3.9-3.el6_0.1.x86_64.rpm 
    warning: /home/apache/apr-util-1.3.9-3.el6_0.1.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID c105b9de: NOKEY
    Preparing...                ########################################### [100%]
       1:apr-util               ########################################### [100%]
    # rpm -ivh /home/apache/apr-util-ldap-1.3.9-3.el6_0.1.x86_64.rpm 
    warning: /home/apache/apr-util-ldap-1.3.9-3.el6_0.1.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID c105b9de: NOKEY
    Preparing...                ########################################### [100%]
       1:apr-util-ldap          ########################################### [100%]
    # rpm -ivh /home/apache/httpd-tools-2.2.15-53.el6.centos.x86_64.rpm
    warning: /home/apache/httpd-tools-2.2.15-53.el6.centos.x86_64.rpm: Header V3 RSA/SHA1 Signature, key ID c105b9de: NOKEY
    Preparing...                ########################################### [100%]
       1:httpd-tools            ########################################### [100%]
    # rpm -ivh /home/apache/httpd-2.2.15-53.el6.centos.x86_64.rpm 
    warning: /home/apache/httpd-2.2.15-53.el6.centos.x86_64.rpm: Header V3 RSA/SHA1 Signature, key ID c105b9de: NOKEY
    Preparing...                ########################################### [100%]
       1:httpd                  ########################################### [100%]
    # service httpd status
    httpd is stopped
    # service httpd start
    Starting httpd: httpd: apr_sockaddr_info_get() failed for rhel
    httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
                                                               [  OK  ]
    # find / -name www
    /var/www
    /usr/share/cups/www
    ^C
    # find / -name httpd.conf
    /etc/httpd/conf/httpd.conf
    

      卸载Apache

    # rpm -e httpd apr apr-util apr-util-ldap httpd-tools
    

      

  • 相关阅读:
    软件测试从业者,试用期生存指南(完整版)
    学测试,看视频?NONONO,除非这种情况
    vi / vim 字符替换详解
    Centos 下 mysql 安装过程
    Web测试到底是在测什么(资料合集)
    我花了两个小时,写了这份年终总结 。
    拒绝无效加班 !
    你离月薪30K还差哪些?
    从业十年分享:你应该知道的一些测试职业事实!
    别再TM跟我说找不到满意的工作!
  • 原文地址:https://www.cnblogs.com/Tiago/p/5627356.html
Copyright © 2011-2022 走看看