|
Oct
11
|
Here is how to fix :
Starting httpd: httpd: Could not reliably determine the server’s fully qualified domain name.
You might get this error when restarting Apache. To resolve the issue add the following to your httpd.conf file:
ServerName xyz.yourdomainname.com
The file is usually located at – /etc/httpd/conf/httpd.conf
I use the same information that is in my reverse dns to my main public server IP.
Recent Comments