Apache 2.4.59

Apache is the most widely used open-source HTTP server for modern Unix-like systems. It descended from the original NCSA HTTPd server, but accumulated a wide array of configuration options and features and extension modules since. It stays current with recent HTTP protocol changes and even SPDY support.

Tags server http web apache
License Apache
State mature

Recent Releases

2.4.5905 Apr 2024 21:45 minor feature:
2.4.5820 Oct 2023 03:25 minor feature:
2.4.5707 Apr 2023 06:25 minor feature:
2.4.5608 Mar 2023 08:05 minor feature:
2.4.5518 Jan 2023 06:45 minor feature:
2.4.5409 Jun 2022 07:05 minor feature:
2.4.5315 Mar 2022 10:05 minor feature:
2.4.5222 Dec 2021 02:45 minor feature:
2.4.5111 Oct 2021 05:45 minor feature:
2.4.5006 Oct 2021 06:25 minor feature:
2.4.4917 Sep 2021 09:45 minor feature:
2.4.4802 Jun 2021 06:45 minor feature:
2.4.4609 Aug 2020 12:05 minor feature:
2.4.4302 Apr 2020 20:25 minor feature:
2.4.4115 Aug 2019 15:25 minor feature:
2.4.3902 Apr 2019 16:25 minor feature:
2.4.3824 Jan 2019 01:45 minor feature:
2.4.3725 Oct 2018 06:45 minor feature:
2.4.3523 Sep 2018 20:25 minor feature:
2.4.3417 Jul 2018 21:05 minor feature:
2.4.3325 Mar 2018 07:25 minor feature:
2.4.2924 Oct 2017 22:05 minor feature:
2.4.2806 Oct 2017 09:05 minor feature:
2.4.2712 Jul 2017 03:16 minor feature:
2.4.2620 Jun 2017 03:16 minor feature:
2.4.2521 Dec 2016 03:15 minor feature:
2.4.2306 Jul 2016 06:05 minor feature:
2.4.2012 Apr 2016 06:45 minor feature:
2.4.1817 Dec 2015 06:25 minor feature:
2.4.1714 Oct 2015 23:05 minor feature:
2.4.1616 Jul 2015 12:45 minor feature:
2.4.1230 Jan 2015 05:45 minor feature: mpm_winnt: Accept utf-8 (Unicode) service names and descriptions for internationalization. mpm_winnt: Normalize the error and status messages emitted by service.c, the service control interface for Windows. configure: Fix --enable-v4-mapped configuration on *BSD.
2.4.1023 Jul 2014 18:33 security: CVE-2014-0117 for mod_proxy: Fix crash in Connection header handling which allowed a denial of service attack against a reverse proxy with a threaded MPM. CVE-2014-3523: Fix a memory consumption denial of service in the WinNT MPM (used in all Windows installations). Workaround: AcceptFilter none connect . CVE-2014-0226: Fix a race condition in scoreboard handling, which could lead to a heap buffer overflow. CVE-2014-0118 for mod_deflate: The DEFLATE input filter (inflates request bodies) now limits the length and compression ratio of inflated request bodies to avoid denial of sevice via highly compressed bodies. See directives DeflateInflateLimitRequestBody, DeflateInflateRatioLimit, and DeflateInflateRatioBurst. CVE-2014-0231 for mod_cgid: Fix a denial of service against CGI scripts that do not consume stdin that could lead to lingering HTTPD child processes filling up the scoreboard and eventually hanging the server. By default, the client I/O timeout (Timeout directive) now applies to communication with scripts. The CGIDScriptTimeout directive can be used to set a different timeout for communication with scripts.
2.4.926 Jun 2014 20:48 minor bugfix: Crash in SSL_get_certificate for absent certificates was fixed. Added mod_lua checks for the LuaMapHandler directive processing.