Author |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3092 Location: Hilversum, NL, EU
|
Posted: Tue 05 Jul '16 10:16 Post subject: Apache httpd 2.4.23 available :: Updated |
|
|
Apache httpd 2.4.23 GA is now available at the download pages.
For the ASF and Apachelounge changes over 2.4.23 (2.4.21 and 2.4.22 not released)
see https://www.apachelounge.com/Changelog-2.4.html
VC14: now build with Visual Studio 2015 Update 3. Recommended to install the new C++ Redistributable Visual Studio 2015 from the download page.
27 September 2016: Upgrade Openssl to 1.0.2j
23 September 2016: Upgrade Openssl to 1.0.2i (was 1.0.2h)
Build with:
nghttp2 1.12.0
apr 1.5.2 with IPv6 enabled
apr-util 1.5.4 with Crypto OpenSSL enabled
apr-iconv 1.2.1
openssl 1.0.2j +asm
zlib 1.2.8 +asm
pcre 8.39 with JIT, SUPPORT_UTF8 and REBUILD_CHARTABLES enabled
httpd.exe with OPENSSL_Applink and VC14 SupportedOS Manifest
libxml2 2.9.4
lua 5.2.4 with LUA_COMPAT_ALL
expat 2.2.0
VC11 and VC14 versions do not run with XP and 2003, use the VC10 version.
Documentation: http://httpd.apache.org/docs/2.4/ attention there when you want to Upgrade to 2.4 from 2.2
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
------------------------ ASF Announcement ---------------------
Apache HTTP Server 2.4.23 Released
The Apache Software Foundation and the Apache HTTP Server Project
are pleased to announce the release of version 2.4.23 of the Apache
HTTP Server ("Apache"). This version of Apache is our latest GA
release of the new generation 2.4.x branch of Apache HTTPD and
represents fifteen years of innovation by the project, and is
recommended over all previous releases. This release of Apache is
principally a feature and bug fix release.
NOTE: Versions 2.4.22 and 2.4.21 were not released.
We consider this release to be the best version of Apache available, and
encourage users of all prior versions to upgrade.
Last edited by Steffen on Thu 29 Sep '16 11:13; edited 7 times in total |
|
Back to top |
|
Smitty
Joined: 03 Jan 2008 Posts: 197
|
Posted: Tue 05 Jul '16 14:35 Post subject: |
|
|
Is mod_h2 1.5.10 in this version? |
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3092 Location: Hilversum, NL, EU
|
Posted: Tue 05 Jul '16 15:01 Post subject: |
|
|
1.5.11 plus the fix in 2.4.22. |
|
Back to top |
|
Smitty
Joined: 03 Jan 2008 Posts: 197
|
Posted: Tue 05 Jul '16 19:22 Post subject: |
|
|
Fantastic! Thank you. |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1265 Location: Amsterdam, NL, EU
|
Posted: Wed 06 Jul '16 6:57 Post subject: |
|
|
Steffen wrote: | 1.5.11 plus the fix in 2.4.22. |
This is a bit cryptic. Did you change the mod_http2 that is in the sources of Apache 2.4.23 at http://httpd.apache.org/dev/dist/ ?? |
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3092 Location: Hilversum, NL, EU
|
Posted: Wed 06 Jul '16 7:56 Post subject: |
|
|
Yes.
Edit: answer must be no, see below. Was to hurry.
In 2.4.21 the version was 1.5.11. With version 2.4.22 there was a fix and the mod_http2 version was not upped.
Last edited by Steffen on Wed 06 Jul '16 10:23; edited 1 time in total |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1265 Location: Amsterdam, NL, EU
|
Posted: Wed 06 Jul '16 9:17 Post subject: |
|
|
Then your 'Yes' must be a 'No': you just used the mod_http2 sources that were in the Apache 2.4.23 tarballs. Thanks. |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1265 Location: Amsterdam, NL, EU
|
Posted: Mon 11 Jul '16 11:15 Post subject: |
|
|
The version on https://github.com/icing/mod_h2/releases is 1.5.12 now. I am not sure if other things have changed, compared to the release tarball of Apache 2.4.23. |
|
Back to top |
|
admin Site Admin
Joined: 15 Oct 2005 Posts: 692
|
Posted: Mon 11 Jul '16 11:46 Post subject: |
|
|
Only change compared to 2.4.23 is: fixed connection flushing when handling SETTINGS and no stream is open.
It's a small/minor one |
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3092 Location: Hilversum, NL, EU
|
Posted: Fri 23 Sep '16 10:49 Post subject: |
|
|
Upgrade OpenSSL to 1.0.2i (was 1.0.2h). |
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3092 Location: Hilversum, NL, EU
|
Posted: Wed 28 Sep '16 12:21 Post subject: |
|
|
Upgrade OpenSSL to 1.0.2j. |
|
Back to top |
|
blackbird
Joined: 10 Nov 2016 Posts: 4 Location: USA
|
Posted: Thu 10 Nov '16 19:06 Post subject: |
|
|
Hello Steffen,
I asked the same question in the email. I need to upgrade openssl to 1.1.0+ because of security vulnerability, but don't know how to do it. I wonder if you plan to upgrade it soon? Thanks! |
|
Back to top |
|
admin Site Admin
Joined: 15 Oct 2005 Posts: 692
|
Posted: Thu 10 Nov '16 19:09 Post subject: |
|
|
Apache does not support OpSSL 1.1.x yet. |
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1265 Location: Amsterdam, NL, EU
|
Posted: Thu 10 Nov '16 19:42 Post subject: |
|
|
Do you know if anybody is working on it? I did not see any sign of that in de apache-devel mailinglist... |
|
Back to top |
|
admin Site Admin
Joined: 15 Oct 2005 Posts: 692
|
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1265 Location: Amsterdam, NL, EU
|
|
Back to top |
|