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 )
"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:2 by , 9 years ago
Component: | MS4W - Base → MS4W - Apache |
---|
comment:3 by , 9 years ago
Description: | modified (diff) |
---|
comment:4 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
- added to MS4W 3.1.0 release http://www.ms4w.com/release/ms4w_3.1.0.zip
Note:
See TracTickets
for help on using tickets.
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.