安装 Apache 出现
如下截图:

提示: make_sock: could not bind to address 0.0.0.0:80
这个问题有由于计算机上安装了IIS7,80端口已占用。
打开Apache 的配置文件 Apache安装目录下的conf/httpd.conf
找到Listen 80 将80改为 88
重启Apache访问 http://localhost:88
The End
安装 Apache 出现
如下截图:

提示: make_sock: could not bind to address 0.0.0.0:80
这个问题有由于计算机上安装了IIS7,80端口已占用。
打开Apache 的配置文件 Apache安装目录下的conf/httpd.conf
找到Listen 80 将80改为 88
重启Apache访问 http://localhost:88