?AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 192.168.0.8. Set the 'ServerName' directive globally to suppress this message出現這個錯誤之后,我在httpd配置文件中改成serverName 192.168.0.8:80后還是無法重啟,然后改成我們線上的域名也還是無法重啟,求大神指點??!
1 回答

octrabbit
TA貢獻9條經驗 獲得超1個贊
編輯 /etc/httpd/conf/httpd.conf? ?這個文件
找到“ServerName”,加上一句:ServerName? localhost:80
然后再試試
添加回答
舉報
0/150
提交
取消