zoukankan      html  css  js  c++  java
  • 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 回车,问题解决!

  • 相关阅读:
    Java面向对象设计——购物车·
    查找

    栈和队列
    指针
    数组
    第四次博客——函数
    第三次博客作业
    第二次博客作业
    Java购物车大作业01
  • 原文地址:https://www.cnblogs.com/vathena/p/4002653.html
Copyright © 2011-2022 走看看