yanfei 发表于 2017-1-14 12:33:31

How to fix Apache – "Could not reliably determine the server’s fully qualified d

To fix that problem, you need to edit the httpd.conf file. Open the terminal and type,

sudo gedit /etc/apache2/httpd.conf

By default httpd.conf file will be blank. Now, simply add the following line to the file.

ServerName localhost

Save the file and exit from gEdit. Finally restart the server.

sudo /etc/init.d/apache2 restart
页: [1]
查看完整版本: How to fix Apache – "Could not reliably determine the server’s fully qualified d