SOLVED apache2 Could not reliably determine the servers fully qualified domain name using 127 0 1 1 for ServerName on Xubuntu
SOLVED apache2 Could not reliably determine the servers fully qualified domain name using 127 0 1 1 for ServerName on Xubuntu
Symptom
You get this error message when starting apache:
* Starting web server apache2
apache2: Could not reliably determine the servers fully qualified domain name, using 127.0.1.1 for ServerNameFix
Open a terminal window and run:
sudo sh -c echo "ServerName localhost" >> /etc/apache2/conf.d/name && sudo service apache2 restart
References
How to fix Apache � "Could not reliably determine the server�s fully qualified domain name, using 127.0.1.1 for ServerName" Error on Ubuntudownload file now
Comments
Post a Comment