Apache 本地访问很慢解决办法
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Apache 本地访问很慢解决办法相关的知识,希望对你有一定的参考价值。
在Apache安装文件夹中找到httpd.conf文件(C:\\AppServ\\Apache24\\conf )
打开httpd.conf文件。
搜索 AcceptFilter http none
找到
#AcceptFilter http none
#AcceptFilter https none
去掉前面的#号
最终以
AcceptFilter http none
AcceptFilter https none
形式保存即可!
重启Apache
以上是关于Apache 本地访问很慢解决办法的主要内容,如果未能解决你的问题,请参考以下文章