To fix that problem, you need edit your apache2.conf file (/etc/apache2/apache2.conf
), and set ServerName
.
Simply add the following line to the file:
ServerName localhost
Save the file and exit the editor. Don't forget to restart apache.
To fix that problem, you need edit your apache2.conf file (/etc/apache2/apache2.conf
), and set ServerName
.
Simply add the following line to the file:
ServerName localhost
Save the file and exit the editor. Don't forget to restart apache.