Apache在重新啟動時出現警告訊息:
Restarting web server: apache2apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
解決方式如下:
vi /etc/apache2/apache2.conf
最後一行加上
ServerName 127.0.0.1
重新啟動後就不會再出現.
沒有留言:
張貼留言