Re: [users@httpd] Apache 2.4.12+ on Windows x64 stops responding to requests

2016-08-24 Thread Paul Spangler
On 8/9/2016 12:07 PM, Jacob Champion wrote: At this point, my primary suspect is our use of recycled OVERLAPPED structs without reinitializing them to zero. To make matters worse, we're setting the OVERLAPPED's internal .Pointer field in the AcceptFilter 'data' case -- which we're not supposed to

Re: [users@httpd] Apache 2.4.12+ on Windows x64 stops responding to requests

2016-08-09 Thread Jacob Champion
On 08/09/2016 07:22 AM, Paul Spangler wrote: Though in our case, we only needed to use AcceptFilter http connect AcceptFilter https connect rather than turning it off completely using "none". Setting it to connect allows the server to recycle sockets. I'll see if I can't look back into it and

Re: [users@httpd] Apache 2.4.12+ on Windows x64 stops responding to requests

2016-08-09 Thread Paul Spangler
On 8/8/2016 6:14 PM, Jacob Champion wrote: On 07/25/2016 11:13 AM, Arthur Ramsey wrote: I think I will try the following settings first, but failing that I'll give the x86 build a try. AcceptFilter https none Any follow-up on this? I've been digging into the AcceptEx() implementation, since i

Re: [users@httpd] Apache 2.4.12+ on Windows x64 stops responding to requests

2016-08-08 Thread Jacob Champion
On 07/25/2016 11:13 AM, Arthur Ramsey wrote: I think I will try the following settings first, but failing that I'll give the x86 build a try. AcceptFilter https none Any follow-up on this? I've been digging into the AcceptEx() implementation, since it looks like there have been intermittent

Re: [users@httpd] Apache 2.4.12+ on Windows x64 stops responding to requests

2016-07-25 Thread Arthur Ramsey
I think I will try the following settings first, but failing that I'll give the x86 build a try.| AcceptFilter https none| On 07/25/2016 12:50 PM, Yehuda Katz wrote: Can you try the x86 build? - Y On Mon, Jul 25, 2016 at 12:34 PM, Arthur Ramsey mailto:arthur_ram...@mediture.com>> wrote:

Re: [users@httpd] Apache 2.4.12+ on Windows x64 stops responding to requests

2016-07-25 Thread Yehuda Katz
Can you try the x86 build? - Y On Mon, Jul 25, 2016 at 12:34 PM, Arthur Ramsey wrote: > I'm using the x64 build. > > > On 07/25/2016 11:33 AM, Yehuda Katz wrote: > > Are you using a 32-bit or 64-bit build? > I had a similar problem with the 64-bit build and when I switch to the > 32-bit build,

Re: [users@httpd] Apache 2.4.12+ on Windows x64 stops responding to requests

2016-07-25 Thread Kev
Hi Arthur We have experienced similar problems in the past. Check this site as the solution might work for you:http://superuser.com/questions/516030/apache-2-4-on-windows-responds-slowly-hangs-when-serving-some-dynamic-pages RegardsKev On Monday, 25 July 2016, 17:34, Arthur Ramsey wrote:

Re: [users@httpd] Apache 2.4.12+ on Windows x64 stops responding to requests

2016-07-25 Thread Arthur Ramsey
I'm using the x64 build. On 07/25/2016 11:33 AM, Yehuda Katz wrote: Are you using a 32-bit or 64-bit build? I had a similar problem with the 64-bit build and when I switch to the 32-bit build, it worked fine. - Y On Jul 25, 2016 11:54 AM, "Arthur Ramsey"

Re: [users@httpd] Apache 2.4.12+ on Windows x64 stops responding to requests

2016-07-25 Thread Yehuda Katz
Are you using a 32-bit or 64-bit build? I had a similar problem with the 64-bit build and when I switch to the 32-bit build, it worked fine. - Y On Jul 25, 2016 11:54 AM, "Arthur Ramsey" wrote: > Hello, > > I'm using Apache as a proxy to AJP, HTTP and HTTPS services. I have an > issue with Apa

[users@httpd] Apache 2.4.12+ on Windows x64 stops responding to requests

2016-07-25 Thread Arthur Ramsey
Hello, I'm using Apache as a proxy to AJP, HTTP and HTTPS services. I have an issue with Apache 2.4.12+ on Windows Server 2008 R2 where it occasionally stops responding to requests (can't open socket) unless they originate from the loopback adapter, which is resolved by restarting the Apache