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] binaries/ 17-Jun-2022 15:25 - Binary distributions [DIR] docs/ 17-Jun-2022 15:25 - Extra documentation packages [DIR] libapreq/ 25-Aug-2022 17:10 - HTTP Server project [DIR] mod_fcgid/ 17-Jun-2022 15:25 - HTTP Server project [DIR] mod_ftp/ 17-Jun-2022 15:25 - HTTP Server project [DIR] patches/ 11-Apr-2023 03:12 - Official patches [TXT] Announcement2.4.html 19-Oct-2023 13:09 3.8K HTTP Server project [TXT] Announcement2.4.txt 19-Oct-2023 13:09 2.5K HTTP Server project [   ] CHANGES_2.4 19-Oct-2023 13:27 348K HTTP Server project [   ] CHANGES_2.4.58 19-Oct-2023 13:27 11K HTTP Server project [   ] CURRENT-IS-2.4.58 19-Oct-2023 13:27 0 HTTP Server project [TGZ] httpd-2.4.58.tar.bz2 19-Oct-2023 13:09 7.1M HTTP Server project [TGZ] httpd-2.4.58.tar.gz 19-Oct-2023 13:09 9.4M HTTP Server project [IMG] httpd_logo_wide_new.png 22-Dec-2016 00:14 19K HTTP Server project

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.