apache2: Could not reliably determine the server’s..

Posted by Cristian | Posted in Apache2 | Posted on 07-01-2010

0

Per risolvere questo warning su apache (apache2: Could not reliably determine the server’s fully qualified domain name, using 127.0.0.1 for ServerName)

basta aprire il file di configurazione di Apache che su ubuntu è sotto /etc/apache2/apache2.conf ed aggiungere: ServerName 127.0.0.1

Write a comment