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 -> News & Hangout View previous topic :: View next topic
Reply to topic   Topic: Apache httpd 2.4.32 available
Author
Steffen
Moderator


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

PostPosted: Tue 13 Mar '18 19:27    Post subject: Apache httpd 2.4.32 available Reply with quote

Apache httpd 2.4.32 GA is now available at the VC14/15 download page.

For VC11 wait for 2.4.33.

16 March : There is an issue when you use mod_proxy_balancer, for a fix see below.

ASF and Apachelounge changes : https://www.apachelounge.com/Changelog-2.4.html

Highlights changelog

*) 2.4.30 and 2.4.31 not released

*) a fix is applied for crashing with modules like mod_security. Fix is included in 2.4.33+.

*) mod_md is added as an experimental module, not advised to use in production yet, we need more success stories.
Also at Let's encrypt there are new features around the corner, like a new ACMEv2 protocol and wildcard. So better to wait.


Build with the dependencies:

- VC15 openssl 1.1.0g, VC11/14 openssl 1.0.2n
- jansson 2.11
- curl 7.58.0
- nghttp2 1.31.0
- apr 1.6.3
- apr-util 1.6.1 with Crypto OpenSSL enabled
- apr-iconv 1.2.2
- zlib 1.2.11
- brotli 1.0.3
- pcre 8.41 with JIT, SUPPORT_UTF8 and REBUILD_CHARTABLES enabled
- httpd.exe with OPENSSL_Applink and SupportedOS Manifest
- libxml2 2.9.8
- lua 5.2.4
- expat 2.2.5

VC15 notes:
VC15 is backward compatible to VC14. That means, a VC14 module can be used inside a VC15 binary (for example PHP VC14 as module). Because this compatibility the version number of the Redistributable is 14.1x.xx and after you install, the Redistributable VS2015 is updated from 14.0x.xx to VS2017 14.1x.xx (you can still use VC14).

Documentation: http://httpd.apache.org/docs/2.4/

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

Enjoy,

Steffen


Last edited by Steffen on Wed 21 Mar '18 18:29; edited 1 time in total
Back to top
Steffen
Moderator


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

PostPosted: Fri 16 Mar '18 11:45    Post subject: Reply with quote

There is an issue when you use mod_proxy_balancer,
see www.apachelounge.com/viewtopic.php?p=36598

Download: Removed Fix is included in 2.4.33+


Only needed when you use mod_proxy_balancer
Back to top


Reply to topic   Topic: Apache httpd 2.4.32 available View previous topic :: View next topic
Post new topic   Forum Index -> News & Hangout