Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change 
notification.

The following page has been changed by slive:
http://wiki.apache.org/httpd/Errors/CouldNotDetermineServerName

The comment on the change is:
The name needs to be "fully qualified"

------------------------------------------------------------------------------
  = Could not determine the server's fully qualified domain name, using 
127.0.0.1 for ServerName =
- This is a warning that occurs when starting up apache. This can be seen in 
the error log and in the shell terminal output if using the command line to 
start/restart apache (apachectl start, apachectl restart).
+ This is a warning that occurs when starting up apache. This can be seen in 
the error log and in the shell terminal output if using the command line to 
start/restart apache (apachectl start, apachectl restart).  
+ 
  
  If you see this, make sure you have '''!ServerName''' defined in your 
httpd.conf or depending on your distro or OS, your main apache config file or 
virtual host configuration file.
  
@@ -22, +23 @@

  
  Example:
  
- {{{127.0.0.1  localhost.localdomain   localhost       your_machines_hostname
+ {{{127.0.0.1  localhost.localdomain   localhost       yourmachine.example.com
  }}}
  

Reply via email to