问题描述
我要监控我的dev ENV这是PHP /阿帕奇/ Windows的HTTP流量。但是Apache似乎拒绝从小提琴手该浏览器和Apache之间坐镇的HTTP请求。
在无连接可以作出错误的,因为目标机器积极地拒绝它
I need to monitor HTTP traffic in my dev env which is PHP/Apache/Windows. But Apache seems to refuse the HTTP requests coming from fiddler which sits between the browser and Apache.
Error is No connection could be made because the target machine actively refused it
我想应该是在Apache一些配置,允许通过的提琴手流量。任何一个可以帮助我呢?
I suppose there should be some configuration on Apache which allows traffic via Fiddler. Can any one help me with it?
推荐答案
您使用的是什么Windows版本?
What windows version are you using?
您使用的是什么浏览器?
What browser are you using?
请问阿帕奇驻留在本地主机?
Does the Apache reside on localhost?
尝试禁用IP6的支持(在提琴手选项 - >常规 - >取消选中启用IPv6的(如果可用)
)
Try disabling IP6 support (in the Fiddler options -> General -> uncheck "Enable IPv6 if available"
)
如果Apache是在本地主机上试的http://机器:端口
而不是 http://127.0.0.1:port
或的http://本地主机:端口
If apache is on localhost try http://machinename:port
instead of http://127.0.0.1:port
or http://localhost:port
另外,请查阅
这篇关于Apache的Windows和提琴手的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!