https://issues.apache.org/bugzilla/show_bug.cgi?id=44363
--- Comment #8 from Dominik Friedrichs <[email protected]> 2011-02-05 17:42:48 EST --- If all these dont work: EnableSendfile off EnableMMAP off Win32DiableAcceptEx SendBufferSize ... Then this is one last thing to try (it did the trick for me on W2k3 R2): Set in your Windows registry HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Afd\Parameters DefaultSendWindow DefaultReceiveWindow To something like 65535. You'll probably have to create the DWORD values. Reboot afterwards and that should do the trick. It appears that Apache fails to set the buffer size (without printing warnings) or its setting is ignored by Windows for some reason. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
