Sunday, February 24, 2013

Ubuntu Apache2 Can't find fully qualified domain name

TO KNOW:
Linux, VIM or any text editor.

This is a QUICK and DIRTY fix to this problem.  It works and for a local (off the web server) you can call it a day.  Lots more to do if you want to make this a production webserver of course.

vim /etc/apache2/httpd.conf

By default this is a blank file.

Add this line exactly:

Servername Localhost

Restart

/etc/init.d/apache2 restart

Cheers!

No comments:

Post a Comment