浏览 WAMP 本地主机显示空白页面
下载并安装 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..........
如何解决此问题?
After downloading and installing WAMP, I visit http://localhost in Firefox. It's showing a blank page. Here are some factors:
- No Skype
- Windows Vista Home Basic SP2
- Firewall is off
- Deleted the
::1 localhost
inc/windows/system32/drivers/etc/host
- Tried changing port to
8080
in httpd.conf
When I go to Apache/services/test 80 it shows:
your port 80 is actually used by..........
How can this be fixed?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
当您选择扩展坞中的扭曲图标时,您可以“上线”。
When you select the warp icon in your dock can you 'put online'.
同样的问题,解决方案在这里!
原因:
另一个程序(Skype 但不仅仅是 Skype)正在使用端口 80(默认情况下是 wamp 使用的端口)。
您可以看到它键入以下命令“netstat -ano”并查看“localadress 0.0.0.0.80”上的内容,如果您想看到相关程序打开,请记下该行末尾的数字(例如4 ),然后打开任务管理器、服务,看看谁在 PID 4 上。
解决方案:
让我们将 wamp 端口更改为 81!
将 wamp 端口从 80 更改为 81
Same issue, here is the solution !
Cause :
Another program (Skype but not only) is using the port80 (which is by default the one used by wamp).
You can see it typing the following command "netstat -ano" and looking what is on "localadress 0.0.0.0.80", if you want to see the concerned program open, note the number at the end of the line (4 for example), then open taskmanager, services, and see who is on PID 4.
Solution :
Let's change wamp port to 81 !
Change wamp port from 80 to 81