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

      Name                           Last modified       Size  Description

[DIR] Parent Directory 21-Nov-2009 04:48 - HTTP Server project [DIR] binaries/ 03-Oct-2009 16:53 - Binary distributions [DIR] docs/ 03-Oct-2009 17:42 - Extra documentation packages [DIR] flood/ 03-Oct-2009 18:02 - HTTP Server project [DIR] libapreq/ 03-Oct-2009 18:02 - HTTP Server project [DIR] mod_fcgid/ 12-Oct-2009 00:39 - HTTP Server project [DIR] mod_ftp/ 09-Oct-2009 02:12 - HTTP Server project [DIR] modpython/ 03-Oct-2009 18:02 - HTTP Server project [DIR] patches/ 03-Oct-2009 17:42 - Official patches [   ] Announcement1.3 03-Oct-2009 18:02 3k Apache 1.3 Release Note [TXT] Announcement1.3.html 03-Oct-2009 17:42 6k Apache 1.3 Release Note [TXT] Announcement1.3.txt 03-Oct-2009 17:42 4k Apache 1.3 Release Note [   ] Announcement2.0 03-Oct-2009 18:02 3k Apache 2.0 Release Note [TXT] Announcement2.0.html 03-Oct-2009 17:42 4k Apache 2.0 Release Note [TXT] Announcement2.0.txt 03-Oct-2009 17:42 3k Apache 2.0 Release Note [   ] Announcement2.2 03-Oct-2009 18:02 3k Apache 2.2 Release Note [TXT] Announcement2.2.html 03-Oct-2009 17:42 3k Apache 2.2 Release Note [TXT] Announcement2.2.txt 03-Oct-2009 17:42 3k Apache 2.2 Release Note [   ] CHANGES_1.3 03-Oct-2009 18:02 426k List of changes in 1.3 [   ] CHANGES_1.3.41 03-Oct-2009 18:02 1k List of changes in 1.3 [   ] CHANGES_2.0 03-Oct-2009 18:02 313k List of changes in 2.0 [   ] CHANGES_2.0.63 03-Oct-2009 18:02 2k List of changes in 2.0 [   ] CHANGES_2.2 03-Oct-2009 18:02 98k List of changes in 2.2 [   ] CHANGES_2.2.14 03-Oct-2009 18:02 100k List of changes in 2.2 [   ] CHANGES_2.3 03-Oct-2009 18:02 28k HTTP Server project [   ] CURRENT-IS-2.2.14 03-Oct-2009 18:02 0k HTTP Server project [SIG] KEYS 03-Oct-2009 18:02 345k Developer PGP/GPG keys [TGZ] apache_1.3.41.tar.Z 03-Oct-2009 16:56 3.8M HTTP Server project [SIG] apache_1.3.41.tar.Z.asc 03-Oct-2009 18:02 1k PGP signature [TGZ] apache_1.3.41.tar.bz2 03-Oct-2009 16:56 1.9M HTTP Server project [SIG] apache_1.3.41.tar.bz2.asc 03-Oct-2009 18:02 1k PGP signature [TGZ] apache_1.3.41.tar.gz 03-Oct-2009 16:56 2.4M HTTP Server project [SIG] apache_1.3.41.tar.gz.asc 03-Oct-2009 18:02 1k PGP signature [ZIP] httpd-2.0.63-win32-src.zip 03-Oct-2009 16:56 7.9M HTTP Server project [SIG] httpd-2.0.63-win32-src.zip.asc 03-Oct-2009 18:02 1k PGP signature [TGZ] httpd-2.0.63.tar.bz2 03-Oct-2009 16:56 4.4M HTTP Server project [SIG] httpd-2.0.63.tar.bz2.asc 03-Oct-2009 18:02 1k PGP signature [TGZ] httpd-2.0.63.tar.gz 03-Oct-2009 16:56 5.6M HTTP Server project [SIG] httpd-2.0.63.tar.gz.asc 03-Oct-2009 18:02 1k PGP signature [ZIP] httpd-2.2.14-win32-src.zip 03-Oct-2009 16:56 11.3M HTTP Server project [SIG] httpd-2.2.14-win32-src.zip.asc 03-Oct-2009 18:02 1k PGP signature [TGZ] httpd-2.2.14.tar.bz2 03-Oct-2009 16:56 4.9M HTTP Server project [SIG] httpd-2.2.14.tar.bz2.asc 03-Oct-2009 18:02 1k PGP signature [TGZ] httpd-2.2.14.tar.gz 03-Oct-2009 16:56 6.4M HTTP Server project [SIG] httpd-2.2.14.tar.gz.asc 03-Oct-2009 18:02 1k PGP signature

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.