码迷,mamicode.com
首页 > Web开发 > 详细

yum 安装Apache

时间:2015-07-09 19:44:09      阅读:237      评论:0      收藏:0      [点我收藏+]

标签:

1、查看是否安装Apache,命令:  rpm    -qa    httpd   

2、yum install httpd ,yum安装Apache

3、chkconfig    httpd  on

  service httpd start  启动软件

 

遇到的问题

1、启动Apache报错,httpd: Could not reliably determine the server‘s fully qualified domain name, using ::1 for ServerName

编辑httpd.conf文件,搜索"#ServerName",在下方添加ServerName localhost:80

yum 安装Apache

标签:

原文地址:http://www.cnblogs.com/fun0623/p/4633934.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!