The directories listed below contain current releases from Apache Incubator projects ("podlings"). Older releases are archived.
To find the complete download and installation instructions and other information for a particular project, start at the project's own webpage. Find them via Incubator projects listing, rather than browsing the directories below.
Each Apache Incubator podling is an effort undergoing incubation at The Apache Software Foundation (ASF). Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
Please visit and contribute to Incubator projects and assist them to mature.
Verify md5sums and PGP/GPG signatures of all downloaded artefacts.
Save apache.org bandwidth: If you are currently at apache.org and would like to browse, please instead visit a nearby mirror site.
Name Last modified Size Description
Parent Directory - HTTP Server project
accumulo/ 17-Dec-2011 17:37 - HTTP Server project
ace/ 13-Dec-2011 22:07 - HTTP Server project
airavata/ 08-Feb-2012 23:17 - HTTP Server project
ambari/ 06-Sep-2011 02:28 - HTTP Server project
bigtop/ 12-Nov-2011 04:33 - HTTP Server project
bluesky/ 10-Dec-2009 17:29 - HTTP Server project
bval/ 04-Jun-2011 00:25 - HTTP Server project
chukwa/ 27-Jan-2012 07:55 - HTTP Server project
clerezza/ 07-Feb-2012 16:18 - HTTP Server project
deltacloud/ 13-Oct-2011 17:58 - HTTP Server project
droids/ 01-Nov-2011 01:52 - HTTP Server project
empire-db/ 02-Nov-2011 21:50 - HTTP Server project
etch/ 04-Jan-2012 08:44 - HTTP Server project
flume/ 04-Jan-2012 00:14 - HTTP Server project
giraph/ 07-Feb-2012 21:20 - HTTP Server project
gora/ 25-Sep-2011 03:18 - HTTP Server project
hama/ 28-Jul-2011 12:37 - HTTP Server project
hcatalog/ 30-Sep-2011 23:44 - HTTP Server project
imperius/ 12-Apr-2010 17:30 - HTTP Server project
isis/ 20-Feb-2012 22:56 - HTTP Server project
jena/ 23-Dec-2011 01:25 - HTTP Server project
jspwiki/ 06-Feb-2012 23:20 - HTTP Server project
kato/ 09-Feb-2010 18:20 - HTTP Server project
lucene.net/ 30-Nov-2011 07:13 - HTTP Server project
lucy/ 03-Feb-2012 03:55 - HTTP Server project
manifoldcf/ 03-Feb-2012 00:12 - HTTP Server project
mesos/ 17-Nov-2011 19:11 - HTTP Server project
mrunit/ 31-Jan-2012 04:06 - HTTP Server project
nmaven/ 30-Mar-2008 14:00 - HTTP Server project
npanday/ 16-May-2011 07:04 - HTTP Server project
odftoolkit/ 12-Jan-2012 08:07 - HTTP Server project
olio/ 14-Jun-2011 01:23 - HTTP Server project
oozie/ 29-Jan-2012 00:00 - HTTP Server project
openmeetings/ 21-Dec-2011 20:33 - HTTP Server project
opennlp/ 28-Nov-2011 11:11 - HTTP Server project
photark/ 11-Mar-2011 18:53 - HTTP Server project
rat/ 17-Nov-2011 02:28 - HTTP Server project
rave/ 27-Jan-2012 23:19 - HTTP Server project
river/ 02-May-2010 01:17 - HTTP Server project
sis/ 15-Nov-2010 06:19 - HTTP Server project
sqoop/ 15-Feb-2012 07:59 - HTTP Server project
stonehenge/ 10-Jul-2010 19:47 - HTTP Server project
tashi/ 24-Oct-2011 02:00 - HTTP Server project
trafficserver/ 31-May-2010 21:01 - HTTP Server project
vcl/ 08-Apr-2011 15:21 - HTTP Server project
whirr/ 27-Aug-2011 06:20 - HTTP Server project
wink/ 04-Jun-2011 08:28 - HTTP Server project
wookie/ 20-Feb-2012 13:28 - HTTP Server project
KEYS 14-Jul-2011 17:56 2.1K HTTP Server project
It is essential that you verify the integrity of the downloaded files using the MD5 and PGP signatures. MD5 verification ensures the file was not corrupted or tampered with. PGP verification ensures that the file came from a certain person.
Each project will probably have its own instructions on its download page. If not, then the following notes will help.
The PGP signatures can be verified using
PGP or
GPG. First download the project's
KEYS file as well as the
*.asc signature file for the particular artefact. It is
important that you get these files from the ultimate trusted source - the
main ASF distribution site, rather than from a mirror. Then verify the
signatures using ...
% pgpk -a KEYS % pgpv apache-podling-X.Y-incubating-src.tar.gz.asc or % pgp -ka KEYS % pgp apache-podling-X.Y-incubating-src.tar.gz.asc or % gpg --import KEYS % gpg --verify apache-podling-X.Y-incubating-src.tar.gz.asc
To verify the MD5 checksum on the files, you need to use a program called
md5 or md5sum, which 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 or an openssl client
from
here.
% md5sum apache-podling-X.Y-incubating-src.tar.gz ... output should match the string in apache-podling-X.Y-incubating-src.tar.gz.md5
We strongly recommend that you verify your downloads with both PGP and MD5.