1 Answer
To fix above error follow below steps\
Open the file
vim /etc/apache2/apache2.conf
In that file add the below line
ServerName localhost
Once completed restart the apache service by using below command
systemctl restart apache2
Your Answer