Centos 安裝Apache軟件
檢查rpm -qa httpd
[root@luozhonghua icons]# rpm -qa |grep httpd
httpd-2.2.15-30.el6.centos.i686
查看安裝路徑
rpm -ql httpd-2.2.15-30.el6.centos.i686
確保安裝完
[root@luozhonghua icons]# yum -y install httpd
或者也可以
rpm -qa httpd
rmp -ql httpd
啟動:
service httpd start
最後更新:2017-04-03 05:39:19