标签:blank 微软雅黑 justify target style
启动Apache,error.log中有如下错误信息:
AH00558: httpd.exe: Could not reliably determine the server‘s fully qualified domain name, using fe80::a4d8:fff8:b080:8986. Set the ‘ServerName‘ directive globally to suppress this message
这是因为没有配置Apache服务器的域名。
在httpd.conf中,查找ServerName,去掉前面的#,将www.example.com改为自己认为合适的值,后面跟着的端口号则需要跟实际端口号保持一致。
标签:blank 微软雅黑 justify target style
原文地址:http://lancelot.blog.51cto.com/393579/1784986