AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress this message
出現以上情況只要修改一下Apache的設定檔即可:
在設定檔 apache2.conf裡面加入一行
ServerName localhost:80
接著重啟Apache服務就可以了
sudo /etc/init.d/apache2 restart
以上是Apache2啟動錯誤無法可靠地確定伺服器的完全限定域名的詳細內容。更多資訊請關注PHP中文網其他相關文章!