On 6/26/2011 9:27 PM, DW wrote:
> Yes.  It implies that those two items are disabled or are not read by
> the apache.  It is by default.  You need to search for this item in your
> file.  they are all together in line: 455 and 456 but it may be
> different in yours because I have done many changes to my file.
> 
> 
> McAdams, John wrote:
>> OK, so I need the "#" in front of the first two commands?
>>
>> So it should be:
>>
>> #EnableMMAP off
>> #EnableSendfile off
>> Win32DisableAcceptEx

You may as well go ahead and uncomment EnableSendfile, so it reads

#EnableMMAP off
EnableSendfile off
Win32DisableAcceptEx

if you are running anything other than Windows Server... all of the
home/premium packages now have a corrupted TransmitFile() which will
only deliver two files at once; the rest of the requests may stall.

http://msdn.microsoft.com/en-us/library/ms740565(VS.85).aspx [see Remarks]

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to