My Apache 2 web server is working fine
http://carlwill.dyndns.org but when I try and restart Apache2 after I make any changes, I always see this error.
Code:
stricom:/var/www# /etc/init.d/apache2 restart
Forcing reload of apache 2.0 web server...grep: /etc/apache2/conf.d/[^.#]*: No such file or directory
apache2: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
apache2: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
It does not seem to be effecting anything at all since everything is working but it's annoying and I would like it fixed.
My document root seems to be correct since my URL takes you to my home page so I don't know what the problem is.
Please help.