Mi servicio de apache me está dando un error, acabo de usar una tienda de instantáneas en mi instancia de la nube de AWS y todo parecía estar bien y mi sitio web funcionaba hasta que reinicié mi apache y ahora me da el siguiente error:
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
En el lado del usuario que obtienen This website is temporarily unavailable, please try again later.
cuando intentan acceder al sitio web.
¿Cómo puedo arreglar esto?