Index of /dist/httpd

Apache HTTP Server Source Code Distributions

This download page includes only the sources to compile and build Apache yourself with the proper tools. Download the precompiled distribution for your platform from binaries/.

Important Notices

Icon  Name                       Last modified      Size  Description
[DIR] Parent Directory - HTTP Server project [DIR] docs/ 03-Mar-2012 20:38 - Extra documentation packages [DIR] mod_ftp/ 03-Mar-2012 20:38 - HTTP Server project [DIR] patches/ 03-Mar-2012 20:38 - Official patches [DIR] binaries/ 03-Mar-2012 20:38 - Binary distributions [DIR] flood/ 03-Mar-2012 20:38 - HTTP Server project [DIR] libapreq/ 03-Mar-2012 20:38 - HTTP Server project [DIR] mod_fcgid/ 23-Apr-2012 13:19 - HTTP Server project [   ] CHANGES_2.0 18-Oct-2010 10:32 316K List of changes in 2.0 [   ] CHANGES_2.0.64 18-Oct-2010 10:32 3.2K List of changes in 2.0 [ZIP] httpd-2.0.64-win32-src.zip 18-Oct-2010 10:32 11M HTTP Server project [TGZ] httpd-2.0.64.tar.bz2 18-Oct-2010 10:32 4.7M HTTP Server project [TGZ] httpd-2.0.64.tar.gz 18-Oct-2010 10:32 6.1M HTTP Server project [TXT] Announcement2.0.html 19-Oct-2010 06:50 5.5K Apache 2.0 Release Note [TXT] Announcement2.0.txt 19-Oct-2010 06:50 4.2K Apache 2.0 Release Note [TGZ] httpd-2.4.3.tar.bz2 20-Aug-2012 15:22 4.3M HTTP Server project [TGZ] httpd-2.4.3.tar.gz 20-Aug-2012 15:22 5.9M HTTP Server project [   ] CHANGES_2.4.3 21-Aug-2012 14:51 8.4K HTTP Server project [   ] CHANGES_2.2.23 11-Sep-2012 16:08 3.6K List of changes in 2.2 [TGZ] httpd-2.2.23.tar.bz2 11-Sep-2012 16:08 5.2M HTTP Server project [TGZ] httpd-2.2.23.tar.gz 11-Sep-2012 16:08 7.0M HTTP Server project [SIG] KEYS 18-Feb-2013 23:58 431K Developer PGP/GPG keys [   ] CHANGES_2.4 22-Feb-2013 14:02 124K HTTP Server project [   ] CHANGES_2.4.4 22-Feb-2013 14:02 8.6K HTTP Server project [   ] CURRENT-IS-2.4.4 22-Feb-2013 14:02 0 HTTP Server project [TGZ] httpd-2.4.4.tar.bz2 22-Feb-2013 14:02 4.6M HTTP Server project [TGZ] httpd-2.4.4.tar.gz 22-Feb-2013 14:02 6.2M HTTP Server project [TXT] Announcement2.4.html 22-Feb-2013 14:02 3.4K HTTP Server project [TXT] Announcement2.4.txt 22-Feb-2013 14:02 2.3K HTTP Server project [   ] CHANGES_2.2 25-Feb-2013 20:10 124K List of changes in 2.2 [   ] CHANGES_2.2.24 25-Feb-2013 20:10 2.4K List of changes in 2.2 [TGZ] httpd-2.2.24.tar.bz2 25-Feb-2013 20:10 5.2M HTTP Server project [TGZ] httpd-2.2.24.tar.gz 25-Feb-2013 20:10 7.0M HTTP Server project [TXT] Announcement2.2.html 26-Feb-2013 00:06 3.3K Apache 2.2 Release Note [TXT] Announcement2.2.txt 26-Feb-2013 00:06 2.5K Apache 2.2 Release Note

Download from your nearest mirror site!

Do not download from www.apache.org. Please use a mirror site to help us save apache.org bandwidth. Go here to find your nearest mirror.

Binary Releases

Are available in the binaries/ directory. Every binary distribution contains an install script. See README for details.

Current Releases

For details on current releases, please see the Apache HTTP Server Download Page.

Note; the -win32-src.zip versions of Apache are nearly identical to the .tar.gz versions. However, they offer the source files in DOS/Windows CR/LF text format, and include the Win32 build files. These -win32-src.zip files do NOT contain binaries! See the binaries/win32/ directory for the Windows binary distributions.

Older Releases

Only current, recommended releases are available on www.apache.org and the mirror sites. Older releases can be obtained from the archive site.

PGP Signatures

All of the release distribution packages have been digitally signed (using PGP or GPG) by the Apache Group members that constructed them. There will be an accompanying distribution.asc file in the same directory as the distribution. The PGP keys can be found at the MIT key repository and within this project's KEYS file.

Always use the signature files to verify the authenticity of the distribution, e.g.,

% pgpk -a KEYS
% pgpv httpd-2.2.8.tar.gz.asc
or,
% pgp -ka KEYS
% pgp httpd-2.2.8.tar.gz.asc
or,
% gpg --import KEYS
% gpg --verify httpd-2.2.8.tar.gz.asc

We offer MD5 hashes as an alternative to validate the integrity of the downloaded files. A unix program called md5 or md5sum is included in many unix distributions. It is also available as part of GNU Textutils. Windows users can get binary md5 programs from here, here, or here.

Official Patches

When we have patches to a minor bug or two, or features which we haven't yet included in a new release, we will put them in the patches subdirectory so people can get access to it before we roll another complete release.