侧边栏壁纸
博主头像
落叶人生博主等级

走进秋风,寻找秋天的落叶

  • 累计撰写 130562 篇文章
  • 累计创建 28 个标签
  • 累计收到 9 条评论
标签搜索

目 录CONTENT

文章目录

http 优雅的加载是异常

2023-11-18 星期六 / 0 评论 / 0 点赞 / 47 阅读 / 765 字

[root@VM_123_186_centos ~]# service httpd graceful 提示异常 httpd: Could not reliably determine the serv

[root@VM_123_186_centos ~]# service httpd graceful

提示异常

httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName

 

解决:

将httpd.conf 配置文件里的  ServerName localhost:80 注释# 取消掉

[root@VM_123_186_centos ~]# vim /etc/httpd/conf/httpd.conf

 

/etc/httpd/conf/httpd.conf 

[root@VM_123_186_centos ~]# service httpd graceful

ok解决

 

广告 广告

评论区