Opened 9 years ago

Closed 9 years ago

#14 closed enhancement (fixed)

Apache 2.4 optimization for Windows

Reported by: TC Haddad Owned by: Jeff McKenna
Priority: enhancement Milestone:
Component: MS4W - Apache Version: 3.1.0
Keywords: Cc:
Blocked By: Blocking:

Description (last modified by Jeff McKenna)

"Some popular Windows products, typically virus scanning or virtual private network packages, have bugs that interfere with the proper operation of AcceptEx()."

If this is the case, the following settings in http.conf will help:

AcceptFilter http none
AcceptFilter https none
EnableSendfile off
EnableMMAP off

See https://www.apachelounge.com/viewtopic.php?p=24711 for more information.

Change History (4)

comment:1 by TC Haddad, 9 years ago

Oops formatting problems above.

"Some popular Windows products, typically virus scanning or virtual private network packages, have bugs that interfere with the proper operation of AcceptEx()."

If this is the case, the following settings in http.conf will help:

AcceptFilter http none
AcceptFilter https none
EnableSendfile off
EnableMMAP off

See ​https://www.apachelounge.com/viewtopic.php?p=24711 for more information.

Version 0, edited 9 years ago by TC Haddad (next)

comment:2 by Jeff McKenna, 9 years ago

Component: MS4W - BaseMS4W - Apache

comment:3 by Jeff McKenna, 9 years ago

Description: modified (diff)

comment:4 by Jeff McKenna, 9 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.