Home Computers Web Application Development apache2: Could not determine the server's fully qualified domain name
apache2: Could not determine the server's fully qualified domain name PDF Print E-mail
Written by Gordon Tillman   
Sunday, 30 November 2008 02:47

Problem: You receive this error message when starting or stopping apache2:

 

apache2: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName 
 

Solution: Edit /etc/apache2/httpd.conf and add this line:

 

ServerName localhost 
 
 
Last Updated on Monday, 27 April 2009 18:32