【发布时间】:2015-10-21 05:01:36
【问题描述】:
我让 WAMP 在 Windows 7 上愉快地工作,作为我的本地开发服务器。今天升级到 Windows 10,我的任务栏上有一个橙色的 WAMP 图标。原来 Windows 已经自动安装并运行了 IIS(为什么?)。
我禁用 IIS,重新启动,启动 WAMP,图标变为绿色。但是,转到 localhost 会导致连接被拒绝消息。我在 WAMP 菜单上使用了“测试端口 80”选项,它说是的,Server: Apache/2.2.21 (Win32) PHP/5.3.10 正在侦听端口 80。
Apache 错误日志没有显示任何有用的信息。
[Wed Jul 29 17:48:40 2015] [notice] Apache/2.2.21 (Win32) PHP/5.3.10 configured -- resuming normal operations
[Wed Jul 29 17:48:40 2015] [notice] Server built: Sep 10 2011 11:34:11
[Wed Jul 29 17:48:40 2015] [notice] Parent: Created child process 4200
[Wed Jul 29 17:48:41 2015] [notice] Child 4200: Child process is running
[Wed Jul 29 17:48:41 2015] [notice] Child 4200: Acquired the start mutex.
[Wed Jul 29 17:48:41 2015] [notice] Child 4200: Starting 64 worker threads.
[Wed Jul 29 17:48:41 2015] [notice] Child 4200: Starting thread to listen on port 80.
[Wed Jul 29 17:48:41 2015] [notice] Child 4200: Starting thread to listen on port 80.
Apache 访问日志只显示了几个
的实例127.0.0.1 - - [29/Jul/2015:17:52:47 -0700] "GET / HTTP/1.1" 302 202
关于如何进行的任何提示、线索和问题?有什么方法可以获取有关连接被拒绝的原因以及 Windows 10 中的哪些更改会导致连接被拒绝的更多详细信息?
【问题讨论】:
-
我遇到了同样的问题,
net stop WAS并重新启动 Apache 解决了它。
标签: windows apache wamp windows-10