发布于 2015-07-18 03:07:13 | 1628 次阅读 | 评论: 1 | 来源: 网友投递
在安装Apache的过程中出现:
仔细查看提示: make_sock: could not bind to address 0.0.0.0:80
恍然大悟,计算机上安装了IIS7,80端口已占用。
打开Apache 的配置文件 Apache安装目录下的conf/httpd.conf
找到Listen 80 将80改为 81
重启Apache访问 http://localhost:81