使用的是Apache2.4或之后的版本
应该使用以下配置代替Win32DisableAcceptEx
AcceptFilter http none
AcceptFilter https none
httpd.conf
最后加入如下代码
(假如有通道异常, 阻塞等问题, 请设置如下配置.)
AcceptFilter http none
AcceptFilter https none
EnableSendfile off
EnableMMAP off
本文介绍如何针对Apache2.4或更高版本进行配置优化,包括禁用AcceptFilter和调整文件发送方式等内容,以解决通道异常和阻塞等问题。
使用的是Apache2.4或之后的版本
应该使用以下配置代替Win32DisableAcceptEx
AcceptFilter http none
AcceptFilter https none
httpd.conf
最后加入如下代码
(假如有通道异常, 阻塞等问题, 请设置如下配置.)
AcceptFilter http none
AcceptFilter https none
EnableSendfile off
EnableMMAP off
445
1530
1154
1054

被折叠的 条评论
为什么被折叠?