安装顺序:
mysql -> apaceh -> php
启动
[root@tech ~]# /usr/local/apache2/bin/apachectl start httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName解决编辑httpd.conf#ServerName www.example.com:80去掉注释另外#Listen 12.34.56.78:80
Listen 80
->
Listen 192.168.1.25:80