Chinaunix首页 | 论坛 | 博客
  • 博客访问: 30383
  • 博文数量: 17
  • 博客积分: 685
  • 博客等级: 上士
  • 技术积分: 180
  • 用 户 组: 普通用户
  • 注册时间: 2009-06-26 22:47
文章分类
文章存档

2011年(1)

2009年(16)

我的朋友

分类: LINUX

2009-06-29 21:22:23

怎么修改主页上内容? 主页放在那里?
 
 
unable to load number from /home/yliu2/keys/serial
 
本文来自CSDN博客,转载请标明出处:http://blog.csdn.net/eygle/archive/2004/10/18/141167.aspx:
 
Apache的启动经常看到这样一个警告
[root@eygle conf]# apachectl start
httpd: Could not determine the server's fully qualified domain name, using 172.16.11.99 for ServerName
 
刚刚查了一下,找到了解决方法.

Your box's config does not allow Apache to find your server's FQDN (Fully Qualified Domain Name).
原因是Apache无法找到服务器的FQDN(Fully Qualified Domain Name).
最简单的,修改httpd.conf文件,增加:
ServerName
我的改为:
ServerName
再次启动就正常了:
[root@eygle conf]# apachectl stop
[root@eygle conf]# apachectl start

defalut html
DocumentRoot "/usr/local/apache2/htdocs"

 
阅读(609) | 评论(0) | 转发(0) |
0

上一篇:How to Configure an NIS+ Client

下一篇:Solaris Note

给主人留下些什么吧!~~