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

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

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

目 录CONTENT

文章目录

【解决】httpd: Could not reliably determine the server's fully qualified domain name,

2022-06-10 星期五 / 0 评论 / 0 点赞 / 140 阅读 / 429 字

[root@Oracle httpd-2.2.27]# /etc/init.d/httpd starthttpd: Could not reliably determine the server's

.


[root@Oracle httpd-2.2.27]# /etc/init.d/httpd start

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


解决措施:

[root@Oracle httpd-2.2.27]# vim /usr/local/apache2/conf/httpd.conf

ServerName localhost:80


.

广告 广告

评论区