{"id":2390,"date":"2020-08-27T06:57:29","date_gmt":"2020-08-27T12:57:29","guid":{"rendered":"https:\/\/www.scalahosting.com\/blog\/?p=2390"},"modified":"2026-01-22T08:40:14","modified_gmt":"2026-01-22T14:40:14","slug":"apache-server-latest-versions-and-version-history","status":"publish","type":"post","link":"https:\/\/www.scalahosting.com\/blog\/apache-server-latest-versions-and-version-history\/","title":{"rendered":"Apache Server Latest Versions and Version History"},"content":{"rendered":"\n<p><strong>Apache Server (or HTTPd) powers roughly 35% of all web servers today. <\/strong>It is one of the most popular web servers around and serves an incredible number of web pages. However, <a href=\"https:\/\/www.scalahosting.com\/blog\/the-evolution-of-nginx\/\"><strong>others like Nginx<\/strong><\/a> are rapidly closing the gap. The most telling sign of this can be seen in the larger number of those who are beginning to develop and maintain on the <strong>Nginx platform alone.<\/strong><\/p>\n\n\n\n<p>At the height of its strength during the early 2000s, Apache was behind close to half of all active websites. What changed with it to allow fierce competition to rise so steadily over the past ten years?<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"history\"><strong>History and Creation of Apache<\/strong><\/h2>\n\n\n\n<h2 class=\"wp-block-heading mpg-gallery\"><img decoding=\"async\" width=\"624\" height=\"409\" class=\"wp-image-2391\" style=\"font-size: 16px;\" src=\"https:\/\/www.scalahosting.com\/blog\/wp-content\/uploads\/2020\/08\/Apache-Benchmarks.jpg\" alt=\"Apache Server Latest Versions and Version History\" srcset=\"https:\/\/www.scalahosting.com\/blog\/wp-content\/uploads\/2020\/08\/Apache-Benchmarks.jpg 624w, https:\/\/www.scalahosting.com\/blog\/wp-content\/uploads\/2020\/08\/Apache-Benchmarks-300x197.jpg 300w\" sizes=\"(max-width: 361px) 660px, (max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 910px, 1140px\" \/><\/h2>\n\n\n\n<p>The <strong>Apache web server software <\/strong>was first developed by Robert McCool. Originally working on <strong>HTTPd for the National Center for Supercomputing Applications (NCSA), McCool<\/strong> left in 1994 along with a number of other developers. They formed the core team which was to become Apache Group.<\/p>\n\n\n\n<p>There are two unverified theories of how the software got its name. The first claim is that the team wanted to pay tribute to the Apache native american tribe. The second explanation stemmed from the developers considering the software \u201ca collection of patches\u201d &#8211; hence, the name \u201cApache server\u201d.<\/p>\n\n\n\n<p>From the time it was <strong>built and released in 1995<\/strong>, it quickly gained in popularity and by early-mid 1996 it was the most popular web server in the world. Part of its meteoric rise at the time was due to the increasing popularity of <strong>Linux as a server platform<\/strong>.&nbsp;<\/p>\n\n\n\n<p>It also came with many desirable features at the time, including the ability to support IP-based virtual hosts easily. Later virtual hosts were able to support that as well as name-based virtual hosts as well.<\/p>\n\n\n\n<p>The overall result was a highly popular web server that filled the needs of users seeking an appropriate open source software for many purposes including for the web. Today, the development of the Apache web server is overseen by the <strong>Apache Software Foundation<\/strong>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"apache\"><strong>What Exactly is Apache?<\/strong><\/h2>\n\n\n\n<p><strong>Apache is web server software built along the open source concept<\/strong>. Web server software helps receive connection requests and processes them. When a user keys a web page address into their web browser, that query is directed towards the Apache web server.<\/p>\n\n\n\n<p>The term web server is generic and actually applies to a machine that\u2019s able to do what Apache was built for. However, it\u2019s made up of more than just the<strong> web server software<\/strong>.<\/p>\n\n\n\n<p>The full web server will include hardware (<em>such as CPU, memory, and storage space<\/em>), along with an operating system (OS). <strong>Web server software like Apache sits on top of the OS<\/strong>, designed to process external requests.<\/p>\n\n\n\n<p>It is important to note that the core apache web server development was not meant to run web applications.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"features\"><strong>Apache Servers &#8211; Top Features<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Free and Open Source<\/strong><\/h3>\n\n\n\n<p>There are two key implications of Apache server being open source software. The first is that it\u2019s distributed for free. There is <strong>no commercial licensing involved<\/strong>. The second is that the source code is widely available and open for collaborative work.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Multi-OS Support<\/strong><\/h3>\n\n\n\n<p>Apache server is multi-platform, meaning it <strong>can be deployed for use on multiple types of OS<\/strong>. Because of its roots, it is mostly run on Linux. However, it is also capable of working on Microsoft Windows and other systems.&nbsp;<\/p>\n\n\n\n<p>Because of dwindling popularity of some OS like <strong><em>BeOS and TPF, Apache has been reducing its support for them<\/em><\/strong>. However, the multi-platform support also means that Apache web server is able to handle code in <strong>many different programming languages<\/strong>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Good Performance Out of the Box<\/strong><\/h3>\n\n\n\n<p>There are many reasons for the popularity of Apache server aside from being open source and multi-platform. For instance, a key trait is its <strong>ability to cope with significant amounts of traffic with few to none modifications<\/strong>.<\/p>\n\n\n\n<p>At its core, Apache supports most common web server features including <em>Server Side Includes (SSI), Common Gateway Interface (CGI), URL redirection, proxy caching, and user authentication.<\/em><\/p>\n\n\n\n<p><strong>In a nutshell, Apache is;<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Free and open source<\/li>\n\n\n\n<li>Unrestricted by license<\/li>\n\n\n\n<li>Multi-platform capable<\/li>\n\n\n\n<li>Able to cope with high traffic volume<\/li>\n\n\n\n<li>Highly configurable<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Flexibility &amp; Modularity<\/strong><\/h3>\n\n\n\n<p><strong>Apache is also highly desirable because of its two-way modularity<\/strong>. Those who are looking to increase functionality can make use of modules. Alternatively, those <strong>seeking lightweight deployments <\/strong>can strip it down to minimal operating requirements. The way it manages modules is one of the top advantages that Apache has.<\/p>\n\n\n\n<p>The flexibility attributed to Apache doesn\u2019t end in <strong>feature extension or module strip-down however<\/strong>. It is also <strong>one of the easiest web server software to install and manage<\/strong>. This extends to ease of migration, and moving a deployment can be done with minimal need to amend the configuration file.<\/p>\n\n\n\n<p>In terms of support, there have been split emotions since commercially it is only available via third-parties. Unlike a web server such as Nginx, for example, there is <strong>no direct support channel for business deployment<\/strong>. However, this can also be seen as allowing corporates <strong>greater flexibility in their choice of vendor<\/strong>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Extensive Ecosystem<\/strong><\/h3>\n\n\n\n<p>Having been built from a Linux-based foundation, <strong>Apache is one of the best-documented web server software in the market<\/strong>. If there\u2019s something in the documentation that is not covered, it is likely not an issue.<\/p>\n\n\n\n<p>That being said, thanks to its history and extensive use, there is also a massive global community of Apache users. There is a <strong>huge amount of community support<\/strong> available where help can be obtained at any time.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"performance\"><strong>Apache Servers Performance<\/strong><\/h2>\n\n\n\n<p>Earlier I noted that part of the appeal in Apache server is its ability to easily scale with modules. It does this especially well <strong>because of the isolation of its core<\/strong>. Unfortunately, the Apache core itself has a slight drawback.<\/p>\n\n\n\n<p>The original design of the <strong>Apache core makes use of a processing model called prefork<\/strong> which assigns one process (or thread) per connection. Thanks to the<strong> immense capabilities of server hardware and volume of web traffic today<\/strong>, the model has become a notable weakness for Apache.<\/p>\n\n\n\n<p>Optimizations do exist such as with the use of multi-processing modules, but Apache does not work well out of the box for high traffic volume websites. Typically, it is accepted that <strong>Apache is ideal for sites receiving less than 1,000 requests per hour<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large mpg-gallery\"><img decoding=\"async\" width=\"800\" height=\"380\" src=\"https:\/\/www.scalahosting.com\/blog\/wp-content\/uploads\/2020\/08\/Nginx-Developers.jpg\" alt=\"Apache Server Latest Versions and Version History, Apache Servers Performance\" class=\"wp-image-2392\" srcset=\"https:\/\/www.scalahosting.com\/blog\/wp-content\/uploads\/2020\/08\/Nginx-Developers.jpg 800w, https:\/\/www.scalahosting.com\/blog\/wp-content\/uploads\/2020\/08\/Nginx-Developers-300x143.jpg 300w, https:\/\/www.scalahosting.com\/blog\/wp-content\/uploads\/2020\/08\/Nginx-Developers-768x365.jpg 768w\" sizes=\"(max-width: 361px) 660px, (max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 910px, 1140px\" \/><\/figure>\n\n\n\n<p><em>Compared to many other web servers, Apache needs to process an inordinately higher number or requests per connection. (Img source: RootUsers)<\/em><\/p>\n\n\n\n<p>The issue stems from the fact that <strong>Apache makes use of the .htaccess file to store part of its configuration data<\/strong>. Each time a request is made, that file needs to be read. At high volume, it becomes a bottleneck where I\/O is concerned.<\/p>\n\n\n\n<p>Because of this, <strong>Apache\u2019s main competitor, Nginx, has been known to perform between 2 to 2.5 times faster<\/strong>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Content Handling: Static versus Dynamic<\/strong><\/h3>\n\n\n\n<p>In the early days of the Internet, most websites simply <strong>served static content<\/strong>. The delivery of this type of content is fairly simply &#8211; request and serve. Today, thanks to web applications and the use of different scripts, sites <strong>delivering dynamic content<\/strong> have become common.<\/p>\n\n\n\n<p>Dynamic websites are popular due to their capacity for complex behavior. These sites are <strong>typically highly interactive<\/strong> and can be custom-built on the fly to suit a range of needs. As you might expect, the web server needs for handling these two types of content are not the same.<\/p>\n\n\n\n<p>Thanks to the simplicity of <strong>serving static content, Apache (and most other web servers) take a very direct approach<\/strong>. When a request is received, the site is simply served \u201cas is\u201d. It is in handling dynamic content that Apache takes its own path.<\/p>\n\n\n\n<p><strong>Apache attempts a very simplistic approach to dynamic content by trying to read it directly.<\/strong> It then passes on those results in response to the original query. The result is a much easier implementation process of the Apache server software.<\/p>\n\n\n\n<p>The problem is that it requires modules to interpret dynamic files because the core was not designed to handle them. This results in less than <strong>optimal efficiency<\/strong>, particularly when load increases.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"security\"><strong>Apache Servers Security<\/strong><\/h2>\n\n\n\n<p>As with most server software, Apache was designed to be secure. However, as with almost everything connected the possibility of hacks and exploits still remains. This has been demonstrated a number of times over the course of Apache server\u2019s lifetime.<\/p>\n\n\n\n<p><strong>One more recent example of a vulnerability (that has since been patched) was CVE-2019-0211.<\/strong> The flaw was discovered by a researcher which could have enabled attackers to gain full root access to the server.<\/p>\n\n\n\n<p>These flaws exist alongside possible vulnerabilities that exist simply because of the way Apache server was designed. Some potential weak spots in default Apache server deployments include;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Enabled directory listings<\/li>\n\n\n\n<li>Lack of SSL encryption<\/li>\n\n\n\n<li>Running the daemon user and group<\/li>\n\n\n\n<li>Configuration information in footer of server-generated documents<\/li>\n\n\n\n<li>Inclusion of possibly unnecessary modules<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Hardening Apache Security<\/strong><\/h3>\n\n\n\n<p>Despite inherent robustness, it should be noted that <strong>tech teams should take further steps to harden Apache server deployments<\/strong>. This will involve changing default settings as well as the installation of additional security modules especially <strong>mod_security<\/strong>.<\/p>\n\n\n\n<p><strong>Basic hardening activities should at the very least include:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Installation of mod_evasive<\/strong> &#8211; This vital module is used to help Apache servers mitigate the effects of Distributed Denial of Service (DDoS) as well as brute force attacks. It works by blacklisting failed multiple login attempts and helps to monitor noted negative IP addresses.<\/li>\n\n\n\n<li><strong>Maintaining HTTP Limits<\/strong> &#8211; Another DDoS mitigation utility, setting these limits will help by working against the most basic concept of such attacks &#8211; a flood of requests. SImple, yet very effective.<\/li>\n\n\n\n<li><strong>Deletion of Modules Not in Use<\/strong> &#8211; While this is a common tactic used cross platform, Apache has a leg up because of its focus on modularity. Its capacity for strip-down enables users to tightly limit the number of modules in use, lowering risk profiles<\/li>\n\n\n\n<li><strong>Denying Directory Indexing<\/strong> &#8211; Access to the root is the cause of much evil and disabling this can help protect the contents of your main directory.<\/li>\n\n\n\n<li><strong>Masking of Server Configuration Details<\/strong> &#8211; The less information an attacker has about a server the better things will be. Unfortunately, there are instances where Apache tends to append this information and these need to be mitigated against.<\/li>\n\n\n\n<li><strong>Disabling the Ability to Override .htaccess<\/strong> &#8211; This core file is vital to many websites, especially WordPress sites which are highly popular today. Make sure the server locks this file unless there is a special reason why it should not be.&nbsp;<\/li>\n\n\n\n<li><strong>Deploying Mod SSL<\/strong> &#8211; Unfortunately Apache server doesn\u2019t supp[ort web pages with SSL out of the box. For this, you will need to make use of mod SSL which makes use of OpenSSL for cryptography.<\/li>\n<\/ul>\n\n\n\n<p>Do note that hardening activities will sometimes be dependent on the Apache http server version.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"development\"><strong>Apache Servers Further Development<\/strong><\/h2>\n\n\n\n<p>The current latest release for Apache httpd is version 2.4.46. However, this is more of a minor update with a small handful of security updates <strong>addressing CVE-2020-11984, CVE-2020-11993, and slight modifications to mod_http2<\/strong>.<\/p>\n\n\n\n<p>The last major release of Apache server was 2.4 and that was close to a decade ago. Version 2.4 was meant primarily to cater to shifts towards <strong>Cloud technology at the time and optimize Apache performance for those platforms<\/strong>.<\/p>\n\n\n\n<p>To really realize the direction that Apache server is headed in requires an understanding that as an entity, the <strong>Apache Foundation<\/strong> firmly believes in an open and interoperable Internet. This has increasingly become a challenge as major industry leaders champion their individual flavor of technology.<\/p>\n\n\n\n<p>The people who develop and maintain Apache believe that these actions break the foundation that allowed Apache server to grow in the first place. <strong>Much of the future will be spent addressing these challenges and attempting to avoid scenarios where monetization drives product creation<\/strong>.<\/p>\n\n\n\n<p>According to the core founders of Apache, part of those attempts will involve active involvement in educational curricula, communication, and strengthening of the support within the community.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"history\"><strong>Version History<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>April 1995 &#8211; First public release of Apache HTTP Server version 0.6.2.<\/li>\n\n\n\n<li><strong>June 1995 &#8211; Switch to new \u201cShambhala\u201d server base architecture with modular structure and API.<\/strong><\/li>\n\n\n\n<li>March 1999 &#8211; Establishment of the Apache Software Foundation<\/li>\n\n\n\n<li>December 2001 &#8211; Apache 1.0 released.<\/li>\n\n\n\n<li><strong>April 2002 &#8211; Apache 2.0 released to support filtered I\/O and IPv6.<\/strong><\/li>\n\n\n\n<li>January 2004 &#8211; Codebase relicensed to the Apache 2.0 License<\/li>\n\n\n\n<li>December 2005 &#8211; Release of Apache 2.2<\/li>\n\n\n\n<li>September 2009 &#8211; Apache serves over 54.48% of all websites.<\/li>\n\n\n\n<li><strong>March 2000 &#8211; Apache version 2.0 Alpha 1 introduced with complete server architecture redesign.<\/strong><\/li>\n\n\n\n<li>April 2002 &#8211; More flexible API authorization, improved cache and proxy modules.<\/li>\n\n\n\n<li>August 2011 &#8211; Apache 2.2.20 release fixes &#8220;Apache Killer&#8221; DoS bug.<\/li>\n\n\n\n<li>December 2012 &#8211; Version 2.4 released. First major release in over six years aimed at improving Cloud performance.<\/li>\n\n\n\n<li><strong>October 2015 &#8211; Support for HTTP\/2 added<\/strong><\/li>\n\n\n\n<li>April 2019 &#8211; 2.4.39 update patches six flaws including Carpe Diem Vulnerability.<\/li>\n\n\n\n<li>August 2020 &#8211; Version 2.4.46 released<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"conclusion\"><strong>Conclusion<\/strong><\/h2>\n\n\n\n<p>There is no doubt that<strong> Apache server<\/strong> has grown into a behemoth spanning the globe. However, evolution of technology has not been entirely favorable to open source and interoperability.<br><strong>Weaknesses in the Apache core<\/strong> also come under greater spotlight as the way the web works moves into the next decade. Unless <strong>Apache revolutionizes again <\/strong>and considers another rework of its core, it is likely that <strong>competitors like Nginx<\/strong> will move further ahead in the business.<\/p>\n\n\n\n<p><span style=\"font-weight: 400;\"><i>See why Joomla <b>Co-Founder Brian Teeman<\/b> moved all his websites to ScalaHosting\u2026<\/i><\/span><\/p>\n\n\n\n<div class=\"wistia-player-wrap\" style=\"max-width: 600px;\" data-id=\"m48ddhug81\">\n<div class=\"wistia_responsive_padding\" style=\"padding: 56.25% 0 0 0; position: relative;\">\n<div class=\"wistia_responsive_wrapper\" style=\"height: 100%; left: 0; position: absolute; top: 0; width: 100%;\">\n<div class=\"wistia_embed wistia_async_m48ddhug81 videoFoam=true\" style=\"height: 100%; position: relative; width: 100%;\">\n<div class=\"wistia_swatch\" style=\"height: 100%; left: 0; opacity: 0; overflow: hidden; position: absolute; top: 0; transition: opacity 200ms; width: 100%;\"><img decoding=\"async\" style=\"filter: blur(5px); height: 100%; object-fit: contain; width: 100%;\" src=\"https:\/\/fast.wistia.com\/embed\/medias\/m48ddhug81\/swatch\" alt=\"\" aria-hidden=\"true\"><\/div>\n<\/div>\n<\/div>\n<\/div>\n<img decoding=\"async\" class=\" video-preload-img\" src=\"https:\/\/www.scalahosting.com\/asset\/images\/pages\/homepagev2\/banner\/video-preload-img.jpg\" alt=\"video-preload-img\" width=\"513\" height=\"289\">\n<img decoding=\"async\" class=\" video-play-img\" src=\"https:\/\/www.scalahosting.com\/asset\/images\/pages\/homepagev2\/banner\/video-play-img.png\" alt=\"video-preload-img\" width=\"513\" height=\"289\">\n<div class=\"videoloading\">\n<div class=\"loader\"><\/div>\n<\/div>\n<\/div>\n\n\n\n<p class=\"youtube-player\" id=\"4zZiFTQoXRM\">What is a VPS &#8211; Everything you need to know!<\/p>\n\n\n\n<script type=\"application\/ld+json\">\n    {\n        \"@context\": \"https:\/\/schema.org\",\n        \"@type\": \"VideoObject\",\n        \"name\": \"What is a VPS - Everything you need to know!\",\n        \"description\": \"In this video we'll explain what is a VPS, how does it work and why you might need one. A lot of poeple are familiar with shared hosting nowdays so we'll compare these two options so it's easy to understand.\",\n        \"thumbnailUrl\": [\n            \"https:\/\/i3.ytimg.com\/vi\/4zZiFTQoXRM\/maxresdefault.jpg\"\n        ],\n        \"uploadDate\": \"2022-04-11\",\n        \"duration\": \"PT4M19S\",\n        \"embedUrl\": \"https:\/\/www.youtube.com\/watch?v=4zZiFTQoXRM\"\n    }\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Apache Server (or HTTPd) powers roughly 35% of all web servers today. It is one of the most popular web &#8230;<\/p>\n","protected":false},"author":107,"featured_media":62034,"comment_status":"open","ping_status":"closed","sticky":false,"template":"single-cluster-vps.php","format":"standard","meta":{"_acf_changed":false,"_seopress_robots_primary_cat":"none","_seopress_titles_title":"","_seopress_titles_desc":"Apache is the most popular web server technology among web hosts. Learn more about Apache's latest version and version history so far...","_seopress_robots_index":"","footnotes":""},"categories":[61,3],"tags":[],"class_list":["post-2390","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cloud-hosting","category-web-hosting-in-general"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.scalahosting.com\/blog\/wp-json\/wp\/v2\/posts\/2390","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.scalahosting.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.scalahosting.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.scalahosting.com\/blog\/wp-json\/wp\/v2\/users\/107"}],"replies":[{"embeddable":true,"href":"https:\/\/www.scalahosting.com\/blog\/wp-json\/wp\/v2\/comments?post=2390"}],"version-history":[{"count":12,"href":"https:\/\/www.scalahosting.com\/blog\/wp-json\/wp\/v2\/posts\/2390\/revisions"}],"predecessor-version":[{"id":68574,"href":"https:\/\/www.scalahosting.com\/blog\/wp-json\/wp\/v2\/posts\/2390\/revisions\/68574"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.scalahosting.com\/blog\/wp-json\/wp\/v2\/media\/62034"}],"wp:attachment":[{"href":"https:\/\/www.scalahosting.com\/blog\/wp-json\/wp\/v2\/media?parent=2390"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.scalahosting.com\/blog\/wp-json\/wp\/v2\/categories?post=2390"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.scalahosting.com\/blog\/wp-json\/wp\/v2\/tags?post=2390"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}