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 megaspaz:
http://wiki.apache.org/httpd/Errors/CouldNotDetermineServerName

The comment on the change is:
seperated example blocks to denote different examples as per chipig's suggestion

------------------------------------------------------------------------------
  Examples:
  
  {{{ServerName foo.com
- 
+ }}}
- ServerName 111.111.111.111
+ {{{ServerName 111.111.111.111
- 
+ }}}
- NameVirtualHost *:80
+ {{{NameVirtualHost *:80
  <VirtualHost *:80>
    ServerName foo.com
    ...
- </VirtualHost>}}}
+ </VirtualHost>
+ }}}
  
  Additionally, if you're using a Debian-based distro, you will want to edit 
your '''/etc/hosts''' file and add a valid domain (localhost.localdomain) to 
the 127.0.0.1 line.
  

Reply via email to