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.