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

Logotipo de apache http server

Este mensaje que nos muestra el servidor Apache 2, nos indica que no se pudo determinar la fiabilidad del servidor de nombre de dominio completamente calificado y por ende utilizará para el ServerName 127.0.1.1

Para evitar este mensaje tanto al levantar el servidor como al bajarlo, editamos el archivo siguiente:

$ sudo gedit /etc/apache2/httpd.conf

y agregamos la siguiente línea:

ServerName localhost

Ahora reiniciamos el servidor

$ sudo /etc/init.d/apache2 restart

GD Star Rating
loading...
Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1 for ServerName, 5.0 out of 5 based on 1 rating

1 comment to Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1 for ServerName

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>