We suggest the following mirror site for your download:
http://ftp.kaist.ac.kr/pub/Apache/
Other mirror sites are suggested below. Please use the backup mirrors only to download PGP and MD5 signatures to verify your downloads or if no other mirrors are working.
HTTP
http://ftp.kaist.ac.kr/pub/Apache/
http://mirror.korea.ac.kr/apache/
http://apache.tt.co.kr/
http://mirror.apache-kr.org/
http://apache.mirror.cdnetworks.com/
FTP
Backup Sites
Please use the backup mirrors only to download PGP and MD5 signatures to verify your downloads or if no other mirrors are working.
http://www.apache.org/dist/
http://www.eu.apache.org/dist/
The full listing of mirror sites is also available.
The procedure for setting up new mirrors is described in How to become a mirror.
Verify the integrity of the files
It is essential that you verify the integrity of the downloaded files using the PGP or MD5 signatures. Please read Verifying Apache Software Foundation Releases for more information on why you should verify our releases.
The PGP signatures can be verified using PGP or GPG. First download the KEYS
as well as the asc
signature file for the relevant distribution. Make sure you get these files from the main distribution site, rather than from a mirror. Then verify the signatures using
% pgpk -a KEYS
or
% pgpv downloaded_file.asc
% pgp -ka KEYS
or
% pgp downloaded_file.asc
% gpg --import KEYS
% gpg --verify downloaded_file.asc
Alternatively, you can verify the MD5 signature on the 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.