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.57 GA Available :: Update
Author
Steffen
Moderator


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

PostPosted: Thu 06 Apr '23 10:37    Post subject: Apache httpd 2.4.57 GA Available :: Update Reply with quote

Apache httpd 2.4.57 is released as GA.

02 August 2023 Update, OpenSSL update, see below

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

Important fix for crash in mod_http2 with mod_fcgid, which is present in 2.4.55 and 2.4.56, see https://www.apachelounge.com/viewtopic.php?p=41795#41795

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

Build with dependencies:

- openssl 3.1.2
- nghttp2 1.52.0
- jansson 2.14
- curl 8.0.1
- apr 1.7.3
- apr-util 1.6.3
- apr-iconv 1.2.2
- zlib 1.2.13
- brotli 1.0.9
- pcre2 10.42
- libxml2 2.10.3
- lua VS17 5.4.4
- expat 2.5.0

Notes VS17 OpenSSL 3.x.x:

- Only PHP 8.2 and 8.1 (build with 3.x.x) is running as module.
Running with mod_fcgid no issues seen.

For running as module, See also the post from user Otomatic and notes at https://www.apachelounge.com/viewtopic.php?t=8969
and https://www.apachelounge.com/viewtopic.php?t=8938

- With too weak certificates/ciphers Apache does not start, see https://www.apachelounge.com/viewtopic.php?t=8819


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 02 Aug '23 20:17; edited 10 times in total
Back to top
Steffen
Moderator


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

PostPosted: Mon 17 Apr '23 10:03    Post subject: Reply with quote

Update to APR 1.7.4.

Unfortunately, one of the fixes in APR 1.7.3 has caused a significant regression, where writing to files opened with both APR_FOPEN_APPEND and APR_FOPEN_BUFFERED now may not properly append the data on Windows. The issue has been reported in https://lists.apache.org/thread/56gnyc3tc0orjh5mfsqo9gpq1br59b01


https://www.apachelounge.com/Changelog-2.4.html
Back to top
FreeBeing11



Joined: 28 Apr 2023
Posts: 1
Location: France

PostPosted: Fri 28 Apr '23 18:49    Post subject: Reply with quote

Hi,

If I understand, there is a problem with httpd 2.4.57 and any other PHP version than 8.2.x when this is used as Apache module ?

I'm suprised, because I used your httpd 2.4.57 build with PHP 8.1.18 as module.

Please, do you have more informations ?

Thank you
Back to top
Steffen
Moderator


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

PostPosted: Fri 28 Apr '23 18:56    Post subject: Reply with quote

The info is based on the notes from the PHP team, see https://www.apachelounge.com/viewtopic.php?t=8938

Now it looks they upgraded 8.1 with 3.0.

We shall add 8.1 to the note above.

Thanks for sharing !
Back to top
Jan-E



Joined: 09 Mar 2012
Posts: 1248
Location: Amsterdam, NL, EU

PostPosted: Mon 08 May '23 10:45    Post subject: Reply with quote

I was not aware of any change like that for PHP 8.1. And it is not true. The official builds of PHP 8.1.18 and PHP 8.1.19 RC1 still come with OpenSSL 1.1.1:
https://windows.php.net/download/
Back to top
admin
Site Admin


Joined: 15 Oct 2005
Posts: 677

PostPosted: Mon 08 May '23 13:07    Post subject: Reply with quote

See https://externals.io/message/119305
Back to top
Jan-E



Joined: 09 Mar 2012
Posts: 1248
Location: Amsterdam, NL, EU

PostPosted: Mon 08 May '23 13:17    Post subject: Reply with quote

I just asked Christoph in the mailinglists what the current status is.
Back to top
Steffen
Moderator


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

PostPosted: Mon 15 May '23 14:04    Post subject: Reply with quote

Updated to OpenSSL 3.1.0
Back to top
Otomatic



Joined: 01 Sep 2011
Posts: 150
Location: Paris, France, EU

PostPosted: Mon 15 May '23 15:09    Post subject: Reply with quote

Hi,

In the VS17 zip file of May 15, 2023, there is no apache/bin/iconv/ folder

Is this normal Question
Back to top
Steffen
Moderator


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

PostPosted: Mon 15 May '23 15:14    Post subject: Reply with quote

Removed it. Never seen that it was used.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7288
Location: Germany, Next to Hamburg

PostPosted: Wed 17 May '23 9:16    Post subject: Reply with quote

There are some places[1] where it is used like xlate. These two apr util function uses that

apr_md4_ctx_t::xlate()
apr_md5_ctx_t::xlate()

But like Steffen I think that is not relevant to run apache.

[1] https://gist.github.com/JBlond/18edceb56e69769a248ab5a125307049
Back to top
Steffen
Moderator


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

PostPosted: Wed 31 May '23 14:48    Post subject: Reply with quote

Updated to OpenSSL 3.1.1
Back to top
ltdeta



Joined: 27 Feb 2015
Posts: 25
Location: Germany

PostPosted: Thu 01 Jun '23 8:14    Post subject: Reply with quote

Is it possible to get the VS17 binarys still with OpenSSL 1.1.1u.

We are still using 8.0 the migration to 8.2 is already running but is time consuming.
Back to top
admin
Site Admin


Joined: 15 Oct 2005
Posts: 677

PostPosted: Thu 01 Jun '23 8:30    Post subject: Reply with quote

No plans to build with 1.1.1
Back to top
Steffen
Moderator


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

PostPosted: Wed 02 Aug '23 20:17    Post subject: Reply with quote

Updated to OpenSSL 3.1.2
Back to top


Reply to topic   Topic: Apache httpd 2.4.57 GA Available :: Update View previous topic :: View next topic
Post new topic   Forum Index -> News & Hangout