Page tree

Versions Compared

Key

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

...

Most websites have a domain name attached to them. Apache is looking for this on startup. 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.

Warning

Roderick, try to change all this into a one liner that will take the hostname and append it to the end of http.conf.

Hint to write out the hostname. Hint to append to end of the file.

First use the hostname command to determine the name of your system,

...

Code Block
languagebash
sudo vine /etc/apache2/httpd.conf

Add to the very top of the httpd.conf file,

...