Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
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.
| |
|
Topic: Upgrade questions 2.4.3 AcceptEx failed |
|
Author |
|
mbs6
Joined: 05 Sep 2012 Posts: 2
|
Posted: Wed 05 Sep '12 22:18 Post subject: Upgrade questions 2.4.3 AcceptEx failed |
|
|
I do have CS degree, but am not at all experienced as an Apache admin, so go easy on me
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: 3092 Location: Hilversum, NL, EU
|
Posted: Wed 05 Sep '12 22:46 Post subject: |
|
|
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
|
Posted: Wed 05 Sep '12 22:51 Post subject: |
|
|
Thank you Steffen, I will give that a try. |
|
Back to top |
|
gdprogrammer59
Joined: 06 Dec 2011 Posts: 16 Location: Ellenton, FL
|
Posted: Wed 05 Sep '12 23:07 Post subject: |
|
|
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 |
|
|
|
|
|
|