How to fix the error message: 'Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName "Install Webmin on Ubuntu
Surely they tried to restart your Apache server from the command line they found this annoying error. Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName no problem occurs because Apache does not know which is the local host name (localhost) simply open file: / etc/apache2/httpd.conf then; $ sudo kate / etc/apache2/httpd.conf
certainly is empty, then add the following line:
ServerName localhost save the file and restart the Apache2 server $ sudo / etc/init.d/apache2 restart ready ... Salu2