Apache 本地访问很慢解决办法
时间:2017-02-02 22:44:53
收藏:0
阅读:358
在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
原文:http://www.cnblogs.com/gengyi/p/6361744.html
评论(0)