Hi,
I get the following error while starting apache httpd
Code:
httpd: Could not determine the server's fully qualified domain name, using <Server's-ip-address> for ServerName
I googled it and have come across the following solutions, all of them involve changing the ServerName setting in httpd.conf:
- ServerName localhost
- ServerName www.example.com:80
- ServerName <ip-address-of-server>
- ServerName <hostname-of-machine/FQDN>
I am setting up httpd to be accessed from over a LAN, so i don't have a .com domain name.
I am thinking of going with the first option, it seems to be working...
i am hoping someone here could point out any possible issues this may cause.
Thanks in advance