[users@httpd] Re: Apache throughput turns glacial on weekends

2011-06-26 Thread DW
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,

RE: [users@httpd] Re: Apache throughput turns glacial on weekends

2011-06-26 Thread McAdams, John
OK, so I need the "#" in front of the first two commands? So it should be: #EnableMMAP off #EnableSendfile off Win32DisableAcceptEx Correct? John From: DW [xfs...@hotmail.com] Sent: Sunday, June 26, 2011 8:51 PM To: users@httpd.apache.org Subject: [users

[users@httpd] Re: Apache throughput turns glacial on weekends

2011-06-26 Thread DW
Better approach is to put after these two: #EnableMMAP off #EnableSendfile off #Enter this just after the above two Win32DisableAcceptEx hth McAdams, John wrote: > Thank you! > > I'll report back on whether this works. Although, it might be a couple of > weeks before I become confident it

[users@httpd] Re: Apache throughput turns glacial on weekends

2011-06-26 Thread DW
Better approach is to put after these two: #EnableMMAP off #EnableSendfile off #Enter this just after the above two Win32DisableAcceptEx hth McAdams, John wrote: > Thank you! > > I'll report back on whether this works. Although, it might be a couple of > weeks before I become confident it

RE: [users@httpd] Re: Apache throughput turns glacial on weekends

2011-06-26 Thread McAdams, John
Thank you! I'll report back on whether this works. Although, it might be a couple of weeks before I become confident it has worked. John From: DW [xfs...@hotmail.com] Sent: Sunday, June 26, 2011 8:38 PM To: users@httpd.apache.org Subject: [users@httpd]

[users@httpd] Re: Apache throughput turns glacial on weekends

2011-06-26 Thread DW
Put this code at the end of your configuration file. Win32DisableAcceptEx It should work. The configuration file is normally at: [../apache/conf] hth McAdams, John wrote: > Looks plausible, since I found stuff online about anti-virus software causing > problems, and this menti

RE: [users@httpd] Re: Apache throughput turns glacial on weekends

2011-06-26 Thread McAdams, John
Looks plausible, since I found stuff online about anti-virus software causing problems, and this mentions that this is the underlying problem with that. But just to show you what a techie I'm *not,* were do I put: Win32DisableAcceptEx The config file is the only thing I've changed. Is that jus

[users@httpd] Re: Apache throughput turns glacial on weekends

2011-06-26 Thread DW
I suggest try this fix: Let us know if this was successful. McAdams, John wrote: > My Apache/2.2.19 server running on a Windows 7 machine mostly seems to > run fine. > > > > But on weekends, sporatically, throughput turns glacial. It h

[users@httpd] Apache throughput turns glacial on weekends

2011-06-26 Thread McAdams, John
My Apache/2.2.19 server running on a Windows 7 machine mostly seems to run fine. But on weekends, sporatically, throughput turns glacial. It hasn't crashed, and after a long wait it will serve up a page, but it's basically of no use. When I check my error log, I find multiple (hundreds, at l