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: Upgrade questions 2.4.3 AcceptEx failed
Author
mbs6



Joined: 05 Sep 2012
Posts: 2

PostPosted: Wed 05 Sep '12 22:18    Post subject: Upgrade questions 2.4.3 AcceptEx failed Reply with quote

I do have CS degree, but am not at all experienced as an Apache admin, so go easy on me Very Happy

First, I installed 64bit 2.4.2 via WampServer on Windows 7. The server was slow and sometimes losing requests. In the error log I saw: "AH00341: winnt_accept: Asynchronous AcceptEx failed." I tweaked a few of the options (per advice read on this forum) in httpd.conf and the problem was lessened, but not eradicated. I am running OpenSSL 1.0.1c. Will 2.4.3 help with these problems?

Second, is there a way to do an in-place upgrade from 2.4.2 to 2.4.3? I'm not too good at configuring WampServer and don't really want to have to go through all that again. Can't I just replace httpd.exe (and maybe a few other files) in the same directory where apache already resides?
Back to top
Steffen
Moderator


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

PostPosted: Wed 05 Sep '12 22:46    Post subject: Reply with quote

Yep, 2.4.3 solves that issue.

Stop Apache and Apachemonitor (if you it running) and just copy the files over. Except the files in the config folder.

And add to httpd.conf:

AcceptFilter http none
AcceptFilter https none
EnableSendfile off
EnableMMAP off

Steffen
Back to top
mbs6



Joined: 05 Sep 2012
Posts: 2

PostPosted: Wed 05 Sep '12 22:51    Post subject: Reply with quote

Thank you Steffen, I will give that a try.
Back to top
gdprogrammer59



Joined: 06 Dec 2011
Posts: 16
Location: Ellenton, FL

PostPosted: Wed 05 Sep '12 23:07    Post subject: Reply with quote

Hi Steffen,

Thank you for that short but informative reply. I hadn't been following my RSS feed from Apache Lounge in a while and I just cleaned up all of the unread items and started viewing them again. I know at one point the AcceptFilter https none caused https not to work. I have updated my httpd.conf and restarted Apache and it works fine!

Again, thank you!

George
Back to top


Reply to topic   Topic: Upgrade questions 2.4.3 AcceptEx failed View previous topic :: View next topic
Post new topic   Forum Index -> Apache