Uly.me

cloud engineer

  • Home
  • About
  • Archives
Home/Linux/Fix Apache FDQ Error

May 12, 2013

Fix Apache FDQ Error

If you’re working on Ubuntu and running Apache, you probably have seen this error when rebooting Apache. It says “could not reliably determine the server’s fully qualified domain name.” There’s a simple fix to this configuration issue.

You’ll need to edit the /etc/apache2/httpd.conf config file:

sudo nano /etc/apache2/httpd.conf

sudo nano /etc/apache2/httpd.conf

and add this entry:

ServerName localhost

ServerName localhost

Reboot Apache

sudo /etc/init.d/apache2 restart

sudo /etc/init.d/apache2 restart

The error is now gone.

Filed Under: Linux Tagged With: apache, fdq, ubuntu

Have content delivered to your mail. Subscribe below.

About Me

I'm Ulysses, a Cloud Engineer at Cardinal Health based in Columbus, Ohio. I’m a certified AWS Solutions Architect. This website is my way of documenting the things I have learned in the Cloud. When off the grid, I enjoy riding my electric skateboard. I have surfed, snowboarded and played the saxophone in the past. I hope you will find this site helpful. It's powered by WordPress and hosted in AWS LightSail.

  • Cloud
  • Linux
  • Git

Copyright © 2012–2021