IE10(Windows 8)崩溃了Apache

Ren*_*uto 7 apache windows-8 internet-explorer-10

刚刚安装了Windows 8,我很难在其上运行Apache.

在httpd.conf文件上进行了几次调整(由于WWAHost.exe而改变了端口,并且由于IPv6而允许:: 1)我终于运行了它(与EasyPHP一起安装)但是当我在IE10上打开一些本地站点时,Apaches停止响应并继续尝试永远加载页面.

我认为这与IE10有关,因为在IE上加载任何本地网站之前,其他浏览器工作正常.之后我必须重新启动Apache再次工作,不再使用IE10以保持运行.

你有同样的问题吗?

Ser*_*gey 16

我有类似的问题,并设法使用以下解决方案修复它,请参阅http://astutelogic.com/ie-freezes-easyphp-apache/.因为我已经有了现代Apache,我刚才补充道

AcceptFilter https none
AcceptFilter http none
EnableSendfile Off
EnableMMAP off
Run Code Online (Sandbox Code Playgroud)

在loadmodules部分之前.这就像一个魅力.

我的配置是:Apache 2.4.4,即10

  • 这为我修好了.我只需要前两行.我写了[博客文章](http://stijndewitt.wordpress.com/2014/01/10/apache-hangs-ie11/),其​​中包含更多信息/参考资料. (2认同)