在Unbuntu中重启Apache服务器出现错误:AH : apache : Could not reliably determine the server s fully qualified domain name, using . . . .等等。解决方法: sudo vim etc apache apache .conf 最后加入一句: ServerName localhost: ...
2015-05-10 23:19 0 14621 推荐指数:
今天启动apache查看状态发现报错,说不能确认服务器完全确认域名,以下是报错内容: 解决办法: vi /etc/httpd/conf/httpd.conf 加入一句 ServerName localhost:80 然后重启apache服务 ...
以下总结在配置及启动apache2时出现报错的处理方法 一、启动apache遇到错误:httpd: Could not reliably determine the server's fully qualified domain name [root@server httpd-2.2.4 ...
错误情况: AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName ...
启动apache遇到错误:httpd: Could not reliably determine the server's fully qualified domain name [root@server httpd-2.2.4]# /usr/local/apache/bin/apachectl ...
1、通过vi打开apache的配置文件httpd.conf > vi /data/apache/conf/httpd.conf 2、找到#ServerName www.example.com:80这行,去掉前面的#号,修改如下: ServerName localhost:80 ...
the server's fully qualified domain name, using 127.0.0.1 fo ...
apache环境配置 | httpd Could not reliably determine the server's fully qualified domain name 转 https ...