This download page includes only the sources to compile and build Apache yourself with the proper tools.
Icon Name Last modified Size Description
[PARENTDIR] Parent Directory - HTTP Server project [DIR] binaries/ 2026年05月01日 16:49 - Binary distributions [DIR] docs/ 2026年05月01日 16:49 - Extra documentation packages [DIR] mod_fcgid/ 2026年05月01日 16:49 - HTTP Server project [DIR] mod_ftp/ 2026年05月01日 16:49 - HTTP Server project [DIR] patches/ 2026年05月01日 16:49 - Official patches [TXT] Announcement2.4.html 2026年06月08日 12:04 3.8K HTTP Server project [TXT] Announcement2.4.txt 2026年06月08日 12:04 2.5K HTTP Server project [ ] CHANGES_2.4 2026年06月08日 12:24 392K HTTP Server project [ ] CHANGES_2.4.68 2026年06月08日 12:24 7.5K HTTP Server project [ ] CURRENT-IS-2.4.68 2026年06月08日 12:24 0 HTTP Server project [SIG] KEYS 2021年09月01日 13:38 537K Developer PGP/GPG keys [SIG] META.asc 2018年03月09日 10:33 801 PGP signature [TGZ] httpd-2.4.68.tar.bz2 2026年06月08日 12:04 7.4M HTTP Server project [SIG] httpd-2.4.68.tar.bz2.asc 2026年06月08日 12:04 870 PGP signature [TXT] httpd-2.4.68.tar.bz2.sha256 2026年06月08日 12:04 87 HTTP Server project [TXT] httpd-2.4.68.tar.bz2.sha512 2026年06月08日 12:04 151 HTTP Server project [TGZ] httpd-2.4.68.tar.gz 2026年06月08日 12:04 9.6M HTTP Server project [SIG] httpd-2.4.68.tar.gz.asc 2026年06月08日 12:04 870 PGP signature [TXT] httpd-2.4.68.tar.gz.sha256 2026年06月08日 12:04 86 HTTP Server project [TXT] httpd-2.4.68.tar.gz.sha512 2026年06月08日 12:04 150 HTTP Server project [IMG] httpd_logo_wide_new.png 2016年12月21日 20:14 19K HTTP Server project
For details on current releases, please see the Apache HTTP Server Download Page.
Only current, recommended releases are available on www.apache.org and the mirror sites. Older releases can be obtained from the archive site.
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.
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.