problem in starting in apache web server

Q

httpd.exe:couldnt realiably determine the fully qualified domain name using ipaddress for server name

✍: shri

A

You can fix this error by adding one entry to your apache conf file - change your_server_name to some real name:

# add servername to fix the domain name error
servername your_server_name

2008-10-01, 9827🔥, 0💬