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

Este mensaje aparecio cuando arranque apache:

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

Edite apache2.conf

# nano /etc/apache2/apache2.conf

Agregue al final del archivo lo siguiente:

# ServerName
ServerName localhost

Edite httpd.conf que por default viene vacio

# nano /etc/apache2/httpd.conf

Agregue al archivo lo siguiente:

# ServerName
ServerName localhost

Despues detuve y arranque apache

# /etc/init.d/apache2 stop
# /etc/init.d/apache2 start

NOTA IMPORTANTE: Esta solucion la encontre en: http://pcexpertos.com/2009/10/apache2-could-not-reliably-determine-the-servers-fully-qualified-domain-name-using-127011-for-servername.html

Solo que luego dan de baja las webs y se pierde la informacion.

 

Advertisement

Deja un comentario

Please log in using one of these methods to post your comment:

Logo de WordPress.com

You are commenting using your WordPress.com account. Log Out / Cambiar )

Twitter picture

You are commenting using your Twitter account. Log Out / Cambiar )

Facebook photo

You are commenting using your Facebook account. Log Out / Cambiar )

Connecting to %s


Seguir

Get every new post delivered to your Inbox.