Sto cercando di riavviare Apache 2:
sudo service apache2 restart
Ma ottieni l'errore seguente:
* Restarting web server apache2
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1.
Set the 'ServerName' directive globally to suppress this message
Ho provato a cambiare
sudo gedit /etc/apache2/httpd.conf
Viene visualizzato un file vuoto e ho aggiunto:
ServerName localhost
Ma quell'errore non scompare!
Come posso risolvere questo problema?