How to fix Apache – "Could not reliably determine the server’s fully qualified domain name, using 127.0.1.1 for ServerName" Error on Ubuntu


easiest way is:step 1 ) sudo vim /etc/apache2/apache2.conf
step 2) add ServerName localhost
in the very end of the file.
Note: You can use gedit instead of vim, if u have that.
#worked for me :)


Comments

Popular posts from this blog