全新安装后,我的 WAMP 服务器不工作? [英] My WAMP Server is not working after fresh installation?

查看:38
本文介绍了全新安装后,我的 WAMP 服务器不工作?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

端口是明确的,我让 Skype 在不同的端口上侦听,我刚刚安装了 WAMP 并尝试重新启动服务器.

The port is clear, and I have Skype listening on a different port, I just installed WAMP and I have attempted to restart the server.

尽管我重新启动和启动,托盘图标始终为红色.

The tray icon is perpetually RED despite me restarting and starting.

当我尝试访问 localhost 时,Google Chrome 发送给我的错误是:Google Chrome 与 localhost 的连接尝试被拒绝.该网站可能已关闭,或者您的网络可能未正确配置.

The error Google Chrome sends me when I attempt to visit localhost is: Google Chrome's connection attempt to localhost was rejected. The website may be down, or your network may not be properly configured.

任何关于让 WAMP 工作的意见?

Any input as to go about getting WAMP working?

推荐答案

很可能端口 80 已在使用中.您必须打开 httpd.conf 文件并更改

Most likely port 80 is already in use. You'll have to open your httpd.conf file and change

Listen 80 

其他类似的东西

Listen 8080

启动您的服务器,而不是导航到

Start your server and then instead of navigating to

http://localhost/ 

导航到

http://localhost:8080

这篇关于全新安装后,我的 WAMP 服务器不工作?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆