启动或重新启动 Apache2 时出现“ServerName”问题

Tho*_*ard 6 10.04 apache2

问题:

我在家里的盒子上的所有 apache2 重新启动时不断收到此错误,我不知道如何摆脱它:
* Restarting web server apache2
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName

关于如何摆脱这种情况的任何建议?

包含的文件/更新

/etc/hosts : http://pastebin.com/nkXgE97U

Ste*_* RC 5

编辑此文件:

sudo vim /etc/apache2/httpd.conf
Run Code Online (Sandbox Code Playgroud)

并将这一行放在那里:

ServerName localhost
Run Code Online (Sandbox Code Playgroud)

Apache 抛出错误,因为默认情况下它没有配置 ServerName。