码迷,mamicode.com
首页 > 其他好文 > 详细

yum安装apache后更改worker模式

时间:2014-05-26 22:07:53      阅读:315      评论:0      收藏:0      [点我收藏+]

标签:des   cWeb   style   c   java   tar   

进入linux命令模式,输入

#yum install httpd                    //安装apache

#vi  /etc/sysconfig/httpd            //修改文件,打开worker模式

 

bubuko.com,布布扣

将#号去掉

重启apache,命令如下

#service httpd restart
报错如下:
[root@localhost ~]# service httpd restart
Stopping httpd:                                            [  OK  ]
Starting httpd: httpd.worker: Could not reliably determine the server‘s fully qualified domain name, using localhost.localdomain for ServerName

意思是说不能确认服务器完全确认域名

修改方式如下:

httpd.conf为apache的主配置文件

#vi /etc/httpd/conf/httpd.conf

找到ServerName那行

bubuko.com,布布扣

添加此行,重启即可。

 

yum安装apache后更改worker模式,布布扣,bubuko.com

yum安装apache后更改worker模式

标签:des   cWeb   style   c   java   tar   

原文地址:http://www.cnblogs.com/jsh-tianshi/p/3745356.html

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