鹰之歌

既然你崇拜鹰,就要像鹰一样翱翔天际,俯瞰大地。哪怕会摔的粉身碎骨。

导航

apache 重启警告解决方法

运行

sudo /etc/init.d/apach2 restart

后,提示警告信息:

apache2:Could not reliably determine the server's fully qualified domain name,using 127.0.1.1 for ServerName

...waiting apache2:Could not reliably determine the server's qualified domain nama ,using 127.0.1.1 for ServerName

解决办法:

sudo vi /etc/apache2/sites-available/default

在顶部加上ServerName 127.0.0.1

重启即可

posted on 2011-04-18 11:55  鹰之歌  阅读(199)  评论(0编辑  收藏  举报