启动apache遇到错误:httpd: Could not reliably determine the server's fully qualified domain name [root@server httpd-2.2.4]# /usr/local/apache/bin/apachectl ...
错误情况: AH : apache : Could not reliably determine the server s fully qualified domain name, using . . . . Set the ServerName directive globally to suppress this message 出现以上情况只要修改一下Apache的配置文件即可: 在配置文 ...
2017-06-01 12:17 0 3472 推荐指数:
启动apache遇到错误:httpd: Could not reliably determine the server's fully qualified domain name [root@server httpd-2.2.4]# /usr/local/apache/bin/apachectl ...
the server's fully qualified domain name, using 127.0.0.1 fo ...
在Unbuntu中重启Apache服务器出现错误:AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1.等等。解决方法 ...
apache环境配置 | httpd Could not reliably determine the server's fully qualified domain name 转 https ...
1、通过vi打开apache的配置文件httpd.conf > vi /data/apache/conf/httpd.conf 2、找到#ServerName www.example.com:80这行,去掉前面的#号,修改如下: ServerName localhost:80 ...
本问题的根源是主机名相关的有错,解决方法简单! 进入http安装目录中的httpd.conf,即vim /etc/httpd/conf/httpd.conf,定位到#ServerName www.e ...
“It works!” ,即表示apache已安装并启动成功。 ...