iTank ideas

Cómo solucionar AH00558: apache2: Could not reliably determine the server’s fully qualified domain name

Me apunto cómo solucionar el mensaje de error en Apache2 sobre Ubuntu Server 14.04 LTS

AH00558: apache2: Could not reliably determine the server’s fully qualified domain name, using 192.168.0.120. Set the ‘ServerName’ directive globally to suppress this message

Editar como root

# nano /etc/apache2/apache2.conf

y añadir la directiva global

ServerName yourservername

reiniciar Apache

# service apache2 restart