Wednesday 13 November 2013

APACHE2 FQDN ISSUE

Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName


vi /etc/apache2/conf.d/fqdn
ServerName localhost


save it and restart the apache2

NOTE: localhost or whichever name of your server

service apache2 restart

issue will be resolved

No comments:

Post a Comment