Khurram Posted August 16, 2009 Share Posted August 16, 2009 Hello everbody, This is my first post here as I am new to PHP world. I am setting up my machine for PHP development and planning to use Apache HTTP server, PHP 5 and MySQL. Actually I have successfully installed Apache Http server and am able to see the page saying "it works" means apache is working, but when ever I am starting Apache in console it is showing me a message httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.1.2 for ServerName I have update the #ServerName directive to #ServerName localhost in httpd.conf file, even then it is coming in the console. With this error I am able to browse the page, but I appreciate your support in fixing this problem. Thanks and regards Link to comment https://forums.phpfreaks.com/topic/170494-problem-with-apache-http-server/ Share on other sites More sharing options...
wildteen88 Posted August 16, 2009 Share Posted August 16, 2009 Remove the # from in front of ServerName. Lines that start with a # are comments (Apache will ignore these). Make sure you restart Apache after making any changes. Link to comment https://forums.phpfreaks.com/topic/170494-problem-with-apache-http-server/#findComment-899378 Share on other sites More sharing options...
Khurram Posted August 16, 2009 Author Share Posted August 16, 2009 Remove the # from in front of ServerName. Lines that start with a # are comments (Apache will ignore these). Make sure you restart Apache after making any changes. Thanks alot dear, your tip really worked... Link to comment https://forums.phpfreaks.com/topic/170494-problem-with-apache-http-server/#findComment-899475 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.