我的apache服务给了我错误,我只是在我的AWS云实例上使用了一个snapshop,一切似乎都很好,并且我的网站一直在工作,直到重新启动apache为止,现在它给了我以下错误:
ubuntu@ip-10-0-0-217:/var/www$ sudo service apache2 restart
sudo: unable to resolve host ip-10-0-0-217
* Restarting web server apache2
apache2: apr_sockaddr_info_get() failed for ip-10-0-0-217
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
... waiting apache2: apr_sockaddr_info_get() failed for ip-10-0-0-217
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
在用户端This website is temporarily unavailable, please try again later.
,他们尝试访问该网站时会遇到麻烦。
我怎样才能解决这个问题?
2
向我们展示Apache的配置。
—
Braiam 2014年