Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleSide Note...
There actually is not much documentation on exactly what is happening here. If you happen to know then please let me know via comments on this page. Based on my reading here is how to resolve the error.

As of Jan 3, 2015 and recent build of Ubuntu 14.04 and Apache 2.4.7 ,Modify /etc/apache2/apache2.confthe recommendation to to include an entry into the Global Configuration.

This method ensures that the change will persist even if Apache is upgraded,

Code Block
languagebash
# Tocreate putthe configuration file in herethe one"available" linersection
toecho inject"ServerName after # Global configuration localhost" | sudo tee /etc/apache2/conf-available/servername.conf
# enable it by creating a symlink to it from the "enabled" section
sudo a2enconf servername

As of June 5, 2012 the more recent build of Ubuntu 12 and Apache 2.2.22 add an entry into the file called name,

...