【发布时间】:2011-05-04 03:48:50
【问题描述】:
下载并安装 WAMP 后,我在 Firefox 中访问 http://localhost。它显示一个空白页。以下是一些因素:
- 没有 Skype
- Windows Vista Home Basic SP2
- 防火墙已关闭
- 删除了
c/windows/system32/drivers/etc/host中的::1 localhost - 尝试在 httpd.conf 中将端口更改为
8080
当我转到 Apache/services/test 80 时,它显示:
your port 80 is actually used by..........
如何解决这个问题?
【问题讨论】:
-
您的计算机上是否运行了另一个 Web 服务器,可能是 IIS?如果是这样,您需要将其关闭或将默认网站设置为侦听不同的端口。
-
从命令行运行
netstat -o以查看哪个应用程序正在使用端口 80。
标签: apache configuration installation wampserver