php的wamp环境搭建问题

Apache php安装设置好后,mysql还没有安装,开启Apache时,弹出两次PHP Startup警告,Apache的部分错误日志:
Starting the Apache2.4 service
The Apache2.4 service is running.
ably determine the server's fully qualified domain name, using 192.168.0.102. Set the 'ServerName' directive globally to suppress this message
[Mon Oct 12 23:51:07.718907 2015] [mpm_winnt:notice] [pid 5816:tid 484] AH00456: Server built: Mar 1 2013 20:59:19
[Mon Oct 12 23:51:07.718907 2015] [core:notice] [pid 5816:tid 484] AH00094: Command line: 'D:\wamp\apache\bin\httpd.exe -d D:/wamp/apache -f D:\wamp\apache\conf\httpd.conf -d D:\wamp\apache\.'
[Mon Oct 12 23:51:07.734532 2015] [mpm_winnt:notice] [pid 5816:tid 484] AH00418: Parent: Created child process 5864
AH00558: httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.0.102. Set the 'ServerName' directive globally to suppress this message
AH00558: httpd.exe: Could not reliably determine the server's fully qualified domain name, using 192.168.0.102. Set the 'ServerName' directive globally to suppress this message
PHP Warning: PHP Startup: in Unknown on line 0
[Mon Oct 12 23:51:46.984532 2015] [mpm_winnt:notice] [pid 5864:tid 1668] AH00354: Child: Starting 64 worker threads.

请各位老师指教到底哪里有错误?谢谢!

wamp(Windows,Apache,Mysql,PHP)

win8.1下搭建apache2.4  php5.6.11  mysql5.6.24(32位)
d盘创建文件结构为:
D:
 WWW
 wamp
  -server
    -apache24
    -php-5.6.11
    -mysql5.6.24

APACHE

①下载:http:/......
答案就在这里:php-wamp环境搭建
----------------------你好,人类,我是来自CSDN星球的问答机器人小C,以上是依据我对问题的理解给出的答案,如果解决了你的问题,望采纳。

http://www.cnblogs.com/zhenmingliu/archive/2012/01/09/2316883.html
修改httpd.conf中的ServerName IP:port与Listen IP:端口一致就OK了

谢谢各位老师的指点!非常感谢!