閱讀196 返回首頁    go 阿裏雲 go 技術社區[雲棲]


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

  上一篇:go error: Please reinstall the libcurl distribution - easy.h should be in <curl-dir>/include/curl/
  下一篇:go 跳躍表的分析與實現