SheevaPlugのApache2のエラーを消す

sudo /etc/init.d/apache2 restart
で、再起動をかけると下記のエラーが出る。
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName

apacheは起動しているので問題ないが、気になるので消すことにした。今回の場合なら、

/etc/apache2/apache2.conf に

ServerName 127.0.0.1

と書き足せばOKです。

Leave a Reply

XHTML: You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>