[Error & Solution] Could not reliably determine the server’s fully qualified domain name …

[Error & Solution] Could not reliably determine the server’s fully qualified domain name …



Sometimes after installation of apache 2 on Ubuntu, when restarting apache You will get this erorr message

SMALL payday loans VERY CHEAP

$ service apache restart
* Restarting web server apache2
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
... waiting apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName

To solve this problem You need set ServerName.

$ vim /etc/apache2/conf.d/name

For example set add ServerName localhost or any other name:

ServerName localhost

Restart Apache 2

$ service apache restart

For this example I use Ubuntu 11.10

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>