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

  


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM