logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Apache 2.4.16 (Open SSL 1.0.2d) hangs sometimes
Author
spacefrog



Joined: 06 Apr 2016
Posts: 1

PostPosted: Wed 06 Apr '16 10:19    Post subject: Apache 2.4.16 (Open SSL 1.0.2d) hangs sometimes Reply with quote

Hi dear apache folks!

We are running an apache server 2.4.16 under windows server 2012R2 which hangs from time to time. It will not respond anymore...Restarting apache helps.

Is it true that we should set the following and why?
AcceptFilter https none
AcceptFilter http none

We are using the following MPM conf settings for windows. Could that be the problem?
<IfModule mpm_winnt_module>
ThreadsPerChild 1000
MaxConnectionsPerChild 10000
</IfModule>

We are using following configuration:
- Windows Server 2012 R2 Standard
- One Apache 2.4.16 (64bit) mod_ssl/2.2.25 OpenSSL/1.0.2d, including proxy_module, proxy_ajp
- Two Apache Tomcat 7.0.52 (Production and Test)

Thanks for any input!

Regards
/Stephan
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3092
Location: Hilversum, NL, EU

PostPosted: Wed 06 Apr '16 11:35    Post subject: Reply with quote

With every announcement here, there is a note about the AcceptFilter settings, for example https://www.apachelounge.com/viewtopic.php?t=6901

Years of discussions on the dev list and investigating by Microsoft has still no result what the cause is of the AcceptEx failed issue on some systems/network.
Back to top


Reply to topic   Topic: Apache 2.4.16 (Open SSL 1.0.2d) hangs sometimes View previous topic :: View next topic
Post new topic   Forum Index -> Apache