Infrastructure
Apache HTTP Server Releases
Track every Apache HTTP Server release from latest stable to end-of-life. Version timelines, security patches, and upgrade guidance for web server teams.
—
Total Versions
—
Supported
—
Latest
Version Timeline
All tracked releases with lifecycle status and EOL dates.
Loading version data…
Embed Badges
Add live Apache HTTP Server status badges to your README, docs, or dashboard.
Health Status
Overall support health

EOL Countdown
Next end-of-life date

Latest Version
Current stable release

CVE Status
Known vulnerabilities

Frequently Asked Questions
Common questions about Apache HTTP Server releases and lifecycle.
How long are Apache HTTP Server versions supported?
Apache HTTPD 2.4.x is the current stable branch and receives ongoing security patches. The 2.2.x branch reached EOL in 2018.
Is Apache still widely used?
Yes, Apache HTTP Server powers roughly 30% of websites globally. While its market share has declined relative to Nginx, it remains a dominant web server, especially for shared hosting and PHP workloads.
How often does Apache HTTPD release updates?
Patch releases ship as needed for security fixes and bug fixes. There is no fixed schedule.
What is the difference between Apache and Nginx?
Apache uses a process/thread-per-connection model while Nginx uses an event-driven architecture. Nginx typically handles more concurrent connections with less memory. Apache has more flexible configuration via .htaccess files.