Problema: Al iniciar/reiniciar el servicio apache2 (comando: sudo /etc/init.d/apache2 start/restart), el mismo inicia pero generando el siguiente mensaje: "apache2: Could not reliably determine the server's fully qualified domain name, using [ip del servidor] for ServerName"
Solución:
1. Abrir el archivo de configuración de apache2:
sudo nano /etc/apache2/apache2.conf
2. Agregar la siguiente linea al inicio del archivo:
ServerName localhost
3. Reiniciar el servicio apache2;
sudo /etc/init.d/apache2 restart
Fuente
No hay comentarios:
Publicar un comentario