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 - [   ] Announcement1.3 07-Sep-2007 05:37 3.4K Apache 1.3 Release Note [TXT] Announcement1.3.html 20-Jan-2008 01:32 5.5K Apache 1.3 Release Note [TXT] Announcement1.3.txt 20-Jan-2008 01:32 4.5K Apache 1.3 Release Note [   ] Announcement2.0 07-Sep-2007 05:37 3.2K Apache 2.0 Release Note [TXT] Announcement2.0.html 20-Jan-2008 01:32 4.1K Apache 2.0 Release Note [TXT] Announcement2.0.txt 20-Jan-2008 01:32 3.4K Apache 2.0 Release Note [   ] Announcement2.2 07-Sep-2007 05:37 3.3K Apache 2.2 Release Note [TXT] Announcement2.2.html 13-Jun-2008 23:37 3.5K Apache 2.2 Release Note [TXT] Announcement2.2.txt 13-Jun-2008 23:37 2.7K Apache 2.2 Release Note [   ] CHANGES_1.3 18-Jan-2008 01:57 426K List of changes in 1.3 [   ] CHANGES_1.3.41 18-Jan-2008 01:58 1.0K List of changes in 1.3 [   ] CHANGES_2.0 18-Jan-2008 01:58 313K List of changes in 2.0 [   ] CHANGES_2.0.63 18-Jan-2008 01:58 2.1K List of changes in 2.0 [   ] CHANGES_2.2 13-Jun-2008 23:32 84K List of changes in 2.2 [   ] CHANGES_2.2.9 13-Jun-2008 23:32 8.6K List of changes in 2.2 [   ] CURRENT-IS-2.2.9 02-Dec-2005 09:47 0 [SIG] KEYS 03-Jun-2008 10:55 317K Developer PGP/GPG keys [TXT] README.html 18-Jan-2008 02:00 3.0K [TGZ] apache_1.3.41.tar.Z 18-Jan-2008 01:58 3.8M [SIG] apache_1.3.41.tar.Z.asc 18-Jan-2008 01:58 186 PGP signature [TGZ] apache_1.3.41.tar.bz2 18-Jan-2008 01:58 1.9M [SIG] apache_1.3.41.tar.bz..> 18-Jan-2008 01:58 186 PGP signature [TGZ] apache_1.3.41.tar.gz 18-Jan-2008 01:58 2.4M [SIG] apache_1.3.41.tar.gz..> 18-Jan-2008 01:58 186 PGP signature [DIR] binaries/ 10-Mar-2007 05:54 - Binary distributions [DIR] docs/ 13-May-2008 02:31 - Extra documentation pa> [DIR] flood/ 23-May-2002 06:05 - [ZIP] httpd-2.0.63-win32-s..> 19-Jan-2008 12:29 7.9M [SIG] httpd-2.0.63-win32-s..> 19-Jan-2008 12:29 481 PGP signature [TGZ] httpd-2.0.63.tar.bz2 18-Jan-2008 01:58 4.4M [SIG] httpd-2.0.63.tar.bz2..> 18-Jan-2008 01:58 186 PGP signature [TGZ] httpd-2.0.63.tar.gz 18-Jan-2008 01:58 5.6M [SIG] httpd-2.0.63.tar.gz.asc 18-Jan-2008 01:58 186 PGP signature [ZIP] httpd-2.2.9-win32-sr..> 13-Jun-2008 23:32 9.4M [SIG] httpd-2.2.9-win32-sr..> 13-Jun-2008 23:32 827 PGP signature [TGZ] httpd-2.2.9.tar.bz2 13-Jun-2008 23:32 4.7M [SIG] httpd-2.2.9.tar.bz2.asc 13-Jun-2008 23:32 186 PGP signature [TGZ] httpd-2.2.9.tar.gz 13-Jun-2008 23:32 6.1M [SIG] httpd-2.2.9.tar.gz.asc 13-Jun-2008 23:32 186 PGP signature [DIR] libapreq/ 26-Mar-2007 06:10 - [DIR] mod_ftp/ 01-Jul-2008 06:43 - [DIR] modpython/ 14-Feb-2007 08:29 - [DIR] patches/ 14-Jun-2008 12:20 - Official patches [DIR] tools/ 05-Jun-2008 05:06 -

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.