# /etc/init.d/apache2 restart [....] Restarting web server: apache2apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName ... waiting apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName . ok
Add SeverName definition in the apache 2 configuration eg.
# echo 'ServerName "conon"' >> /etc/apache2/apache2.conf # /etc/init.d/apache2 restart [ ok ] Restarting web server: apache2 ... waiting . #