Reputation: 485
I stalled Apache2.4.3 and PHP 5.4.11 on my desktop computer which runs Windows 7 professional. I would like to know what command shall I run in the command prompt to check if the Apache server has been properly installed.
I run a test.php file which has a phpinfo function in it. It showed PHP and Apache version information asApache/2.4.3 (Win32) PHP/5.4.11
the system showed the following message when I typed httpd.exe in the command prompt
c:\Apache24\bin>httpd.exe AH00558: httpd.exe: Could not reliably determine the server's fully qualified do main name, using fe80::bcbd:7ef2:4d92:6a9. Set the 'ServerName' directive globally to suppress this message
Please tell me what the above message means. Does it indicate the Apache is not installed properly?
Upvotes: 0
Views: 2302
Reputation: 485
I did some research online. Here is what I did to resolve my issue.
install the Apache as a window service.
I hope this helps. Thanks!
Upvotes: 2