Question
Problem restarting Apache
I have just installed lamp stack on centos, according to the tutorials on DO. Now when I give the command
"sudo service httpd restart " it gives the following message
"
Stopping httpd: [ OK ]
Starting httpd: httpd: apr_sockaddr_info_get() failed for cent
httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName "
BUT when i go to the ip address or the domainname.com it show that apache is installed and even the info.php file which i have created for testing purpose is also being showed in both the IP and domainname.com
Can someone please explain me this message. I am using linux for the first time.
Thanks for the help in advance.
Add a comment
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×