Het ontwikkelteam van het Apache HTTP Server Project heeft een nieuwe versie van de Apache-webserver uitgegeven met 2.4.35 als versienummer. Deze server is met behulp van modules van allerlei extra functionaliteit te voorzien. Voor meer informatie verwijzen we naar deze pagina. De aankondiging en lijst met veranderingen voor versie 2.4.35 zien er als volgt uit:
Apache HTTP Server 2.4.35 Released
The Apache Software Foundation and the Apache HTTP Server Project are pleased to announce the release of version 2.4.35 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 a security, feature and bug fix release.
We consider this release to be the best version of Apache available, and encourage users of all prior versions to upgrade.
Changes with Apache 2.4.35
- http: Enforce consistently no response body with both 204 and 304 statuses.
- mod_status: Cumulate CPU time of exited child processes in the "cu" and "cs" values. Add CPU time of the parent process to the "c" and "s" values.
- mod_proxy: Improve the balancer member data shown in mod_status when "ProxyStatus" is "On": add "busy" count and show byte counts in auto mode always in units of kilobytes.
- mod_status: Add cumulated response duration time in milliseconds.
- mod_status: Complete the data shown for async MPMs in "auto" mode. Added number of processes, number of stopping processes and number of busy and idle workers.
- mod_ratelimit: Don't interfere with "chunked" encoding, fixing regression introduced in 2.4.34. PR 62568.
- mod_proxy: Remove load order and link dependency between mod_lbmethod_* modules and mod_proxy. PR 62557.
- Allow the argument to <IfFile>, <IfDefine>, <IfSection>, <IfDirective>, and <IfModule> to be quoted. This is primarily for the benefit of <IfFile>.
- mod_watchdog: Correct some log messages.
- mod_md: When the last domain name from an MD is moved to another one, that now empty MD gets moved to the store archive. PR 62572.
- mod_ssl: Fix merging of SSLOCSPOverrideResponder.
- mod_proxy_balancer: Restore compatibility with APR 1.4.