Friday, February 28, 2014

This how to fix
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
In order  to solve this problem You need set the ServerName in httpd.conf file, for example in my case I used "ubuntu" as a server name
  • first goto httpd.conf
#vim /etc/apache2/httpd.conf/
  •  set ServerName attribute to ubuntu
ServerName ubuntu
  • Restart apache2
#service apche2 restart

That's All!

0 comments:

Post a Comment