阅读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 跳跃表的分析与实现