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.10 not responding on Windows
Author
mbarbaro



Joined: 02 Dec 2014
Posts: 2
Location: Italy

PostPosted: Tue 02 Dec '14 12:34    Post subject: Apache 2.4.10 not responding on Windows Reply with quote

Hi,
recently I have update our Apache 2.2 instance to 2.4.10, and started using Apache in Windows 2008 R2 64 bit (before we were using it in Win 2003).
Our Apache is used mainly as reverse proxy to 3 apps.
Well, it seems that, even if I have scheduled a nightly reboot of its service, every day it hangs, becoming unresponsive and forcing us to restart it to make it work again.
What do you think about this?
Is this matter for a bug or rather a configuration issue?
Thanks in advance.
Best Regards,
Marco Barbaro
Back to top
admin
Site Admin


Joined: 15 Oct 2005
Posts: 692

PostPosted: Tue 02 Dec '14 13:10    Post subject: Reply with quote

When you have hangs, slow traffic and/or when having in your log entries like Asynchronous AcceptEx failed. You can try the following settings:

AcceptFilter http none
AcceptFilter https none
EnableSendfile off
EnableMMAP off
Back to top
mbarbaro



Joined: 02 Dec 2014
Posts: 2
Location: Italy

PostPosted: Tue 02 Dec '14 13:33    Post subject: Thanks Reply with quote

Thanks, I'll give it a try!
Back to top


Reply to topic   Topic: Apache 2.4.10 not responding on Windows View previous topic :: View next topic
Post new topic   Forum Index -> Apache