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

2011-07-18 Thread John McAdams
As a person who's not a real techie, I just wanted to thank people on this list for the advice that has solved my problem. John At 09:27 PM 6/26/2011, you 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 it

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

2011-06-27 Thread William A. Rowe Jr.
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

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

2011-06-27 Thread Nick Kew
On 27 Jun 2011, at 02:58, McAdams, John wrote: > OK, so I need the "#" in front of the first two commands? No. Not without first reading and understanding the docs! Those are set to off by default because they can sometimes be associated with other problems. Especially sendfile on windows! O

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

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]

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