• linux启动httpd服务出现 Could not reliably determine the server`s fully qualified domain name.


    安装好apache启动httpd服务时,出现httpd: Could not reliably determine the server's fully qualified domain name, using XXX for ServerName。

    网上找了不少资料,叫修改安装apache根目录下的httpd/conf/httpd.conf配置文件

    1.打开apache_home/httpd/conf/httpd.conf 

    2.找到 #ServerName www.example.com:80,把前面的注释,也就是#号去掉。把自己的ip加上 ServerName IP:80

    按照网上的说法做了修改,问题依旧。

    突然记得在其它目录也见过httpd.conf,于是find了一下,果然发现在/etc/httpd/conf/下也有一个httpd.conf配置文件,对这个文件做同样修改。

    service httpd restart 回车,问题解决!

  • 相关阅读:
    “访问”美术馆
    加分二叉树
    有线电视网
    二叉苹果树
    鬼子进村
    遍历问题
    最大子树和
    FBI树
    求前序遍历
    JS如何实现点击页面内任意的链接均加参数跳转?
  • 原文地址:https://www.cnblogs.com/vathena/p/4002653.html
Copyright © 2020-2023  润新知