启动apache遇到错误:httpd: Could not reliably determine the server's fully qualified domain name [root@server httpd-2.2.4]# /usr/local/apache/bin/apachectl ...
原来出现这个错误原因 httpd.exe: Could not reliably determine the server s fully qualified domain name, using . . .xx for ServerName 是因为DNS没配置好. 如果不想配置DNS, 就在httpd.conf , 在最前加入 ServerName localhost: 即可 其实这个问题,解决 ...
2012-01-09 11:00 0 7307 推荐指数:
启动apache遇到错误:httpd: Could not reliably determine the server's fully qualified domain name [root@server httpd-2.2.4]# /usr/local/apache/bin/apachectl ...
解决方案: 用记事本打开 httpd.conf 将里面的 #ServerName localhost:80 注释去掉即可。 再执行 httpd 然后可以通过浏 ...
apache环境配置 | httpd Could not reliably determine the server's fully qualified domain name 转 https ...
错误情况: AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName ...
本问题的根源是主机名相关的有错,解决方法简单! 进入http安装目录中的httpd.conf,即vim /etc/httpd/conf/httpd.conf,定位到#ServerName www.e ...
解决方案: 用记事本打开 httpd.conf 将里面的 #ServerName localhost:80 注释去掉即可。 再执行 httpd ...
在Unbuntu中重启Apache服务器出现错误:AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1.等等。解决方法 ...
1、通过vi打开apache的配置文件httpd.conf > vi /data/apache/conf/httpd.conf 2、找到#ServerName www.examp ...