No se si us ha passat mai però avui m’he disposat a reiniciar l’apache quan he obtingut el següent error:
Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1 for ServerName
Per arreglar-ho ha estat tan fàcil com afegir al fitxer /etc/apache2/apache2.conf la següent línia:
ServerName 127.0.0.1
I ja només cal reinciar l’apache
sudo /etc/init.d/apache2 restart
Deixa un comentari