apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerNameThe solution is
- sudo nano /etc/apache2/httpd.conf or apache2.conf
- Add: ServerName localhost
- And restart apache: sudo /etc/init.d/apache2 restart
Source: link
No comments:
Post a Comment