aboutsummaryrefslograw-logtreecommitdiffstats up
BranchCommit messageAuthorAge
2.4.xMerge /httpd/httpd/trunk:r1933904Stefan Eissing2026-05-07 10:55:24 +0100 (3 hours)
trunkmodern python fixes:Stefan Eissing2026-05-07 10:46:23 +0100 (3 hours)
2.2.xsync 2.2 version of this doc with 2.4 and trunk versionRich Bowen2023-01-12 15:47:21 +0000 (3 years)
trunk-ssl-handshake-nonblocking *) core/mpm_event/mod_ssl: make SSL handshakes non-blocking.Stefan Eissing2022-02-04 12:33:37 +0000 (4 years)
1.3.xs/freenode/libera/Rich Bowen2021-07-09 13:38:08 +0100 (5 years)
2.0.xs/Freenode/Libera.chat/ (and some other weird character encoding fixes.)Rich Bowen2021-07-09 13:33:49 +0100 (5 years)
tlsv1.3-for-2.4.xMerge r1841218 from trunk:Joe Orton2018-09-18 12:09:15 +0100 (8 years)
2.4.x-mpm_fdqueueRevert r1824870, we need the branch to re-merge what was reverted in r1824874.Yann Ylavic2018-02-20 13:23:54 +0000 (8 years)
atticmoved obsolete 2.4.x-mod_md branch to atticStefan Eissing2018-01-14 11:49:47 +0000 (8 years)
2.4.x-mod_mdWe track merges at the root only.Yann Ylavic2018-01-13 16:42:04 +0000 (8 years)
trunk-mdmod_md: v0.6.1 from githubStefan Eissing2017-08-09 14:43:26 +0100 (9 years)
httpdunitCVE-2017-9788: add unit tests for get_digest_rec()Jacob Champion2017-07-14 23:30:17 +0100 (9 years)
trunk-test-integrationMakefile.in: fix MPM_MODULES typo (in check-conf)Jacob Champion2017-07-12 01:10:11 +0100 (9 years)
trunk-buildconf-noaprbuildconf: check in APR[-util] m4 macrosJacob Champion2017-05-23 17:19:33 +0100 (9 years)
trunk-override-indexoverride index: clarify this doc's purposeJacob Champion2017-05-04 23:54:00 +0100 (9 years)
2.4.x-r1761824-groupCreate a backport branch with r1761824, r1771789, r1771827 and r1779111Evgeny Kotkov2017-04-26 21:21:58 +0100 (9 years)
trunk-openssl-threadidssl_util.c: add APLOGNOsJacob Champion2017-04-19 03:38:20 +0100 (9 years)
2.4.x-openssl-1.1.0-compatAvoid unnecessary code (the deprecation macro wrapper itself emits unused argsWilliam A. Rowe Jr2017-03-08 11:41:35 +0000 (9 years)
2.2.x-merge-http-strictMerge r1783440 from 2.2.x:Joe Orton2017-02-17 18:14:47 +0000 (9 years)
2.4.x-merge-http-strictMerge r1777460, r1777672 from trunk:Yann Ylavic2017-01-10 08:15:38 +0000 (9 years)
2.4-http2-alphaupdate to mod_http2 1.0.7-DEVStefan Eissing2015-11-24 16:32:42 +0000 (10 years)
2.4.17-protocols-changesmerged r1715023 as proposed by ylavicStefan Eissing2015-11-19 16:06:32 +0000 (10 years)
2.4.17-protocols-http2SyncJim Jagielski2015-09-28 14:00:59 +0100 (11 years)
mpm-event-optimizationMove Paul's lock free circular queue changes to MPM event to a separate branchStefan Fritsch2012-02-24 21:02:11 +0000 (14 years)
input-filter-devRemove AP_MODE_INIT, it is a no-op, everywherePaul Querna2011-11-10 22:55:06 +0000 (14 years)
revert-ap-ldapAdd change log entry, bump MMNStefan Fritsch2011-07-23 18:32:24 +0100 (15 years)
2.2.19Tag 2.2.19William A. Rowe Jr2011-05-20 17:55:14 +0100 (15 years)
httpd-2.2-proxyMore trunk backportingJim Jagielski2009-08-31 12:41:33 +0100 (17 years)
apreq-integrationsync with trunk before I start mucking in the waters themselvesPhilip M. Gollucci2008-12-10 19:18:59 +0000 (17 years)
wombat-integrationUpdate ignore.Paul Querna2008-12-05 08:40:06 +0000 (17 years)
httpd-2.0-pid-tableBackport of pid table code from trunk & 2.2 to the 2.0 tree.Jim Jagielski2007-06-14 00:09:11 +0100 (19 years)
httpd-2.2-pid-tableBackport of PID table code from trunk to 2.2...Jim Jagielski2007-06-13 17:23:19 +0100 (19 years)
httpd-pid-tableUse apr funcJim Jagielski2007-06-04 14:07:48 +0100 (19 years)
cache-refactorCreate a development branch for the efforts to refactor the mod_cache storage engines (disk,memory) to be more generic places to ...Paul Querna2006-09-15 16:35:27 +0100 (20 years)
httpd-proxy-scoreboardmissing apr include.Jean-Frederic Clere2006-08-14 13:15:11 +0100 (20 years)
fcgi-proxy-devNo need for this extra test, so remove dangit! :)Jim Jagielski2006-04-13 22:53:31 +0100 (20 years)
async-read-devReturn APR_EAGAIN instead of SSL_ERROR_WANT_READ from the mod_ssl filters;Brian Pane2006-01-23 08:04:01 +0000 (20 years)
execd-devNew module: mod_execd.c, actual code to follow.Colm MacCarthaigh2006-01-14 13:25:17 +0000 (20 years)
authz-devChange <RequireAll><RequireOne> to <SatisfyAll><SatisfyOne>. The keyword 'Satisfy' seems to fit a little better since the blocks...Bradley Nicholes2006-01-10 16:35:10 +0000 (20 years)
async-devUse the new APR_POLLSET_NOCOPY option when creating the core pollset.Brian Pane2005-10-23 07:46:00 +0100 (21 years)
mod_version_for_2.0.xmod_version_for_2.0.x branch:André Malo2005-10-18 16:20:25 +0100 (21 years)
fips-dev While eliminating all but TLSv1 (the only FIPS-complient handshakingWilliam A. Rowe Jr2005-08-29 20:57:26 +0100 (21 years)
proxy-reqbody-2.0.x The final, inconsequential patch which makes the diff for requestWilliam A. Rowe Jr2005-08-08 04:33:20 +0100 (21 years)
ssl-fips-devHow-To for those new to SVN, like meWilliam A. Rowe Jr2005-06-06 17:44:29 +0100 (21 years)
listen-protocol* server/listen.c: Fix building on FreeBSD.Paul Querna2005-05-20 03:16:09 +0100 (21 years)
simple-confMove HostnameLookups to extra/httpd-default.conf.in asJoshua Slive2005-04-09 17:48:57 +0100 (21 years)
proxy-reqbodyspool_reqbody_cl(): mention in commentary that any data weJeff Trawick2005-02-03 12:03:54 +0000 (21 years)
APACHE_2_0_BRANCHupdate transformationAndré Malo2004-11-14 10:29:37 +0000 (21 years)
APACHE_2_0_39_BRANCHalright, so I messed up the last branch attempt. :( anyway, let's tryCliff Woolley2002-06-18 02:30:34 +0100 (24 years)
unlabeled-1.436.2didn't have much choice but to branch that file. this is already committedCliff Woolley2002-06-18 00:06:58 +0100 (24 years)
avendorImport of PCRE 3.9Brian Pane2002-03-20 05:54:26 +0000 (24 years)
PCREThis commit was manufactured by cvs2svn to create branch 'PCRE'.(no author)2002-03-20 05:53:59 +0000 (24 years)
APACHE_2_0_23-branchThe CHANGES entry is apparently not needed... Jeff says the problemCliff Woolley2001-08-09 16:50:48 +0100 (25 years)
APACHE_2_0_22-branchRe-commit Greg's 1.262 CHANGES commit on APACHE_2_0_22-branchCliff Woolley2001-07-29 03:44:39 +0100 (25 years)
RSEThis commit was manufactured by cvs2svn to create branch 'RSE'.(no author)2001-05-04 22:54:25 +0100 (25 years)
unlabeled-1.1.1This commit was manufactured by cvs2svn to create branch(no author)1999-06-18 19:39:23 +0100 (27 years)
dgaudetThis commit was manufactured by cvs2svn to create branch 'dgaudet'.(no author)1999-06-18 19:39:23 +0100 (27 years)
1.3Add lockfile name to error message printed out whenMarc Slemko1997-08-10 08:23:26 +0100 (29 years)
APACHE_1_2_XMerged in recent changes from HEAD.Ralf S. Engelschall1997-08-03 09:47:57 +0100 (29 years)
unlabeled-1.8.2Make this reflect the remote document title.Randy Terbush1997-07-06 20:37:51 +0100 (29 years)
unlabeled-1.6.2Remove 1.3 IconWidth and IconHeight options from 1.2 docs.Marc Slemko1997-07-05 18:36:08 +0100 (29 years)
unlabeled-1.11.2Merge in all of the docs from HEAD, I'll clean it up a bit later.dgaudet1997-06-27 04:02:14 +0100 (29 years)
 
TagDownloadAuthorAge
2.4.67apache-httpd-2.4.67.tar.gz  Eric Covener2026-05-04 12:25:09 +0100 (3 days)
2.4.67-rc2-candidateapache-httpd-2.4.67-rc2-candidate.tar.gz  Eric Covener2026-04-28 19:13:57 +0100 (9 days)
2.4.67-rc1-candidateapache-httpd-2.4.67-rc1-candidate.tar.gz  Eric Covener2026-04-26 17:46:27 +0100 (11 days)
2.4.66apache-httpd-2.4.66.tar.gz  Eric Covener2025-12-04 13:18:31 +0000 (5 months)
2.4.66-rc1-candidateapache-httpd-2.4.66-rc1-candidate.tar.gz  Eric Covener2025-12-01 12:43:04 +0000 (5 months)
2.4.65apache-httpd-2.4.65.tar.gz  Eric Covener2025-07-23 12:31:55 +0100 (9 months)
2.4.65-rc3-candidateapache-httpd-2.4.65-rc3-candidate.tar.gz  Eric Covener2025-07-21 13:09:46 +0100 (10 months)
2.4.65-rc2-candidateapache-httpd-2.4.65-rc2-candidate.tar.gz  Eric Covener2025-07-21 13:05:54 +0100 (10 months)
2.4.65-rc1-candidateapache-httpd-2.4.65-rc1-candidate.tar.gz  Eric Covener2025-07-21 12:16:44 +0100 (10 months)
2.4.64apache-httpd-2.4.64.tar.gz  Eric Covener2025-07-10 12:37:56 +0100 (10 months)
2.4.64-rc2-candidateapache-httpd-2.4.64-rc2-candidate.tar.gz  Eric Covener2025-07-07 16:46:03 +0100 (10 months)
2.4.64-rc1-candidateapache-httpd-2.4.64-rc1-candidate.tar.gz  Eric Covener2025-07-07 13:36:44 +0100 (10 months)
2.4.63apache-httpd-2.4.63.tar.gz  Jim Jagielski2025-01-23 20:00:57 +0000 (15 months)
2.4.63-candidateapache-httpd-2.4.63-candidate.tar.gz  Jim Jagielski2025-01-20 19:03:14 +0000 (16 months)
2.4.62apache-httpd-2.4.62.tar.gz  Eric Covener2024-07-17 18:48:02 +0100 (22 months)
2.4.62-rc1-candidateapache-httpd-2.4.62-rc1-candidate.tar.gz  Eric Covener2024-07-15 13:11:47 +0100 (22 months)
2.4.61apache-httpd-2.4.61.tar.gz  Eric Covener2024-07-03 14:45:40 +0100 (22 months)
2.4.61-rc1-candidateapache-httpd-2.4.61-rc1-candidate.tar.gz  Eric Covener2024-07-02 14:23:33 +0100 (22 months)
2.4.60apache-httpd-2.4.60.tar.gz  Eric Covener2024-07-01 12:27:58 +0100 (22 months)
2.4.60-rc4-candidateapache-httpd-2.4.60-rc4-candidate.tar.gz  Eric Covener2024-06-26 18:05:14 +0100 (22 months)
2.4.60-rc3-candidateapache-httpd-2.4.60-rc3-candidate.tar.gz  Eric Covener2024-06-25 18:51:54 +0100 (22 months)
2.4.60-rc2-candidateapache-httpd-2.4.60-rc2-candidate.tar.gz  Eric Covener2024-06-25 16:34:01 +0100 (22 months)
2.4.60-rc1-candidateapache-httpd-2.4.60-rc1-candidate.tar.gz  Eric Covener2024-06-24 19:24:54 +0100 (22 months)
2.4.59apache-httpd-2.4.59.tar.gz  Eric Covener2024-04-04 14:33:58 +0100 (2 years)
2.4.55apache-httpd-2.4.55.tar.gz  Eric Covener2024-04-03 13:19:33 +0100 (2 years)
2.4.59-rc1-candidateapache-httpd-2.4.59-rc1-candidate.tar.gz  Eric Covener2024-04-03 13:18:13 +0100 (2 years)
2.4.58apache-httpd-2.4.58.tar.gz  Stefan Eissing2023-10-19 10:09:34 +0100 (3 years)
2.4.58-rc3-candidateapache-httpd-2.4.58-rc3-candidate.tar.gz  Stefan Eissing2023-10-16 16:05:50 +0100 (3 years)
2.4.58-rc2-candidateapache-httpd-2.4.58-rc2-candidate.tar.gz  Stefan Eissing2023-10-16 14:28:37 +0100 (3 years)
2.4.58-rc1-candidateapache-httpd-2.4.58-rc1-candidate.tar.gz  Stefan Eissing2023-10-16 11:02:53 +0100 (3 years)
2.4.57apache-httpd-2.4.57.tar.gz  Eric Covener2023-04-06 15:46:15 +0100 (3 years)
2.4.57-rc1-candidateapache-httpd-2.4.57-rc1-candidate.tar.gz  Eric Covener2023-04-02 17:05:34 +0100 (3 years)
2.5.0-alpha2-ci-test-onlyapache-httpd-2.5.0-alpha2-ci-test-only.tar.gz  Joe Orton2023-03-31 08:49:38 +0100 (3 years)
2.4.56apache-httpd-2.4.56.tar.gz  Eric Covener2023-03-07 12:02:10 +0000 (3 years)
2.4.56-rc1-candidateapache-httpd-2.4.56-rc1-candidate.tar.gz  Eric Covener2023-03-05 21:28:48 +0000 (3 years)
2.4.56-candidateapache-httpd-2.4.56-candidate.tar.gz  Eric Covener2023-03-05 21:22:22 +0000 (3 years)
2.4.55-rc1-candidateapache-httpd-2.4.55-rc1-candidate.tar.gz  Eric Covener2023-01-10 13:35:23 +0000 (3 years)
2.4.54apache-httpd-2.4.54.tar.gz  Stefan Eissing2022-06-08 09:42:23 +0100 (4 years)
2.4.54-rc3-candidateapache-httpd-2.4.54-rc3-candidate.tar.gz  Stefan Eissing2022-06-06 15:20:09 +0100 (4 years)
2.4.54-rc2-candidateapache-httpd-2.4.54-rc2-candidate.tar.gz  Stefan Eissing2022-06-04 13:56:44 +0100 (4 years)
2.4.54-rc1-candidateapache-httpd-2.4.54-rc1-candidate.tar.gz  Stefan Eissing2022-06-03 15:41:29 +0100 (4 years)
2.4.53apache-httpd-2.4.53.tar.gz  Stefan Eissing2022-03-14 09:46:01 +0000 (4 years)
2.4.53-rc2-candidateapache-httpd-2.4.53-rc2-candidate.tar.gz  Stefan Eissing2022-03-09 14:16:33 +0000 (4 years)
2.4.53-rc1-candidateapache-httpd-2.4.53-rc1-candidate.tar.gz  Stefan Eissing2022-03-07 15:50:18 +0000 (4 years)
2.4.52apache-httpd-2.4.52.tar.gz  Stefan Eissing2021-12-20 09:36:05 +0000 (4 years)
candidate-2.4.52-rc1apache-httpd-candidate-2.4.52-rc1.tar.gz  Stefan Eissing2021-12-16 13:48:05 +0000 (4 years)
2.4.51apache-httpd-2.4.51.tar.gz  Stefan Eissing2021-10-07 16:17:28 +0100 (5 years)
candidate-2.4.51-rc1apache-httpd-candidate-2.4.51-rc1.tar.gz  Stefan Eissing2021-10-07 14:11:48 +0100 (5 years)
2.4.50apache-httpd-2.4.50.tar.gz  Stefan Eissing2021-10-04 09:05:39 +0100 (5 years)
candidate-2.4.50-rc1apache-httpd-candidate-2.4.50-rc1.tar.gz  Stefan Eissing2021-10-01 15:23:55 +0100 (5 years)
2.4.49apache-httpd-2.4.49.tar.gz  Stefan Eissing2021-09-15 09:12:06 +0100 (5 years)
candidate-2.4.49-rc1apache-httpd-candidate-2.4.49-rc1.tar.gz  Stefan Eissing2021-09-10 14:46:32 +0100 (5 years)
candidate-2.4.49apache-httpd-candidate-2.4.49.tar.gz  Stefan Eissing2021-09-03 14:02:06 +0100 (5 years)
2.4.48apache-httpd-2.4.48.tar.gz  Christophe Jaillet2021-05-17 22:10:17 +0100 (5 years)
2.4.47apache-httpd-2.4.47.tar.gz  Christophe Jaillet2021-04-22 07:43:48 +0100 (5 years)
2.4.46apache-httpd-2.4.46.tar.gz  Daniel Ruggeri2020-08-01 15:09:32 +0100 (6 years)
2.4.45apache-httpd-2.4.45.tar.gz  Daniel Ruggeri2020-07-29 16:22:29 +0100 (6 years)
2.4.44apache-httpd-2.4.44.tar.gz  Daniel Ruggeri2020-07-28 18:10:54 +0100 (6 years)
2.4.43apache-httpd-2.4.43.tar.gz  Daniel Ruggeri2020-03-26 14:41:59 +0000 (6 years)
2.4.42apache-httpd-2.4.42.tar.gz  Daniel Ruggeri2020-03-19 14:42:02 +0000 (6 years)
2.4.41apache-httpd-2.4.41.tar.gz  Daniel Ruggeri2019-08-09 14:36:20 +0100 (7 years)
2.4.40apache-httpd-2.4.40.tar.gz  Daniel Ruggeri2019-08-02 21:16:48 +0100 (7 years)
2.4.39apache-httpd-2.4.39.tar.gz  Daniel Ruggeri2019-03-27 15:05:18 +0000 (7 years)
2.4.38apache-httpd-2.4.38.tar.gz  Daniel Ruggeri2019-01-17 18:44:47 +0000 (7 years)
2.4.28apache-httpd-2.4.28.tar.gz  Daniel Ruggeri2019-01-17 18:00:40 +0000 (7 years)
2.4.37apache-httpd-2.4.37.tar.gz  Daniel Ruggeri2018-10-18 15:33:40 +0100 (8 years)
2.4.36apache-httpd-2.4.36.tar.gz  Daniel Ruggeri2018-10-10 20:11:37 +0100 (8 years)
2.4.35apache-httpd-2.4.35.tar.gz  Daniel Ruggeri2018-09-18 01:53:56 +0100 (8 years)
2.4.34apache-httpd-2.4.34.tar.gz  Jim Jagielski2018-07-10 14:48:26 +0100 (8 years)
2.4.33apache-httpd-2.4.33.tar.gz  Daniel Ruggeri2018-03-17 23:41:22 +0000 (8 years)
2.4.32apache-httpd-2.4.32.tar.gz  Daniel Ruggeri2018-03-10 02:33:26 +0000 (8 years)
2.4.31apache-httpd-2.4.31.tar.gz  Daniel Ruggeri2018-03-03 15:53:10 +0000 (8 years)
2.4.30apache-httpd-2.4.30.tar.gz  Daniel Ruggeri2018-02-19 14:18:36 +0000 (8 years)
2.5.0-alphaapache-httpd-2.5.0-alpha.tar.gz  Daniel Ruggeri2017-11-08 01:13:10 +0000 (8 years)
2.4.29apache-httpd-2.4.29.tar.gz  Jim Jagielski2017-10-17 19:53:11 +0100 (9 years)
2.2.34apache-httpd-2.2.34.tar.gz  William A. Rowe Jr2017-07-06 19:42:33 +0100 (9 years)
2.4.27apache-httpd-2.4.27.tar.gz  Jim Jagielski2017-07-06 18:38:27 +0100 (9 years)
2.2.33apache-httpd-2.2.33.tar.gz  William A. Rowe Jr2017-06-23 22:55:03 +0100 (9 years)
2.4.26apache-httpd-2.4.26.tar.gz  Jim Jagielski2017-06-13 18:26:52 +0100 (9 years)
2.2.32apache-httpd-2.2.32.tar.gz  William A. Rowe Jr2017-01-09 16:34:43 +0000 (9 years)
2.2.25apache-httpd-2.2.25.tar.gz  Jim Jagielski2016-12-16 19:23:07 +0000 (9 years)
2.4.25apache-httpd-2.4.25.tar.gz  Jim Jagielski2016-12-16 18:24:23 +0000 (9 years)
2.4.24apache-httpd-2.4.24.tar.gz  Jim Jagielski2016-12-16 11:55:26 +0000 (9 years)
2.4.23apache-httpd-2.4.23.tar.gz  Jim Jagielski2016-06-30 18:14:50 +0100 (10 years)
2.4.22apache-httpd-2.4.22.tar.gz  Jim Jagielski2016-06-20 14:13:11 +0100 (10 years)
2.4.21apache-httpd-2.4.21.tar.gz  Jim Jagielski2016-06-16 17:55:28 +0100 (10 years)
2.4.20apache-httpd-2.4.20.tar.gz  Jim Jagielski2016-04-04 17:08:22 +0100 (10 years)
2.4.19apache-httpd-2.4.19.tar.gz  Jim Jagielski2016-03-21 17:17:23 +0000 (10 years)
2.4.18apache-httpd-2.4.18.tar.gz  Jim Jagielski2015-12-08 20:29:37 +0000 (10 years)
2.4.17apache-httpd-2.4.17.tar.gz  Jim Jagielski2015-10-09 18:24:49 +0100 (11 years)
2.2.31apache-httpd-2.2.31.tar.gz  William A. Rowe Jr2015-07-15 17:21:03 +0100 (11 years)
2.2.30apache-httpd-2.2.30.tar.gz  William A. Rowe Jr2015-07-11 05:17:09 +0100 (11 years)
2.4.16apache-httpd-2.4.16.tar.gz  Jim Jagielski2015-07-10 21:24:00 +0100 (11 years)
2.4.15apache-httpd-2.4.15.tar.gz  Jim Jagielski2015-06-19 17:42:28 +0100 (11 years)
2.4.14apache-httpd-2.4.14.tar.gz  Jim Jagielski2015-06-11 14:57:34 +0100 (11 years)
2.4.13apache-httpd-2.4.13.tar.gz  Jim Jagielski2015-06-04 17:14:01 +0100 (11 years)
2.4.12apache-httpd-2.4.12.tar.gz  Jim Jagielski2015-01-22 18:46:36 +0000 (11 years)
2.4.11apache-httpd-2.4.11.tar.gz  Jim Jagielski2015-01-15 19:56:48 +0000 (11 years)
2.2.29apache-httpd-2.2.29.tar.gz  William A. Rowe Jr2014-08-22 16:58:28 +0100 (12 years)
2.2.28apache-httpd-2.2.28.tar.gz  William A. Rowe Jr2014-08-22 12:55:39 +0100 (12 years)
2.4.10apache-httpd-2.4.10.tar.gz  Jim Jagielski2014-07-15 18:13:08 +0100 (12 years)
2.2.27apache-httpd-2.2.27.tar.gz  William A. Rowe Jr2014-03-13 18:41:11 +0000 (12 years)
2.4.9apache-httpd-2.4.9.tar.gz  Jim Jagielski2014-03-13 16:38:34 +0000 (12 years)
2.4.8apache-httpd-2.4.8.tar.gz  Jim Jagielski2014-03-11 16:15:56 +0000 (12 years)
2.4.7apache-httpd-2.4.7.tar.gz  Jim Jagielski2013-11-19 17:32:16 +0000 (12 years)
2.2.26apache-httpd-2.2.26.tar.gz  Jim Jagielski2013-11-13 16:43:26 +0000 (12 years)
2.4.6apache-httpd-2.4.6.tar.gz  Jim Jagielski2013-07-15 17:41:35 +0100 (13 years)
2.4.5apache-httpd-2.4.5.tar.gz  Jim Jagielski2013-07-11 19:31:37 +0100 (13 years)
2.0.65apache-httpd-2.0.65.tar.gz  William A. Rowe Jr2013-06-28 17:57:39 +0100 (13 years)
2.2.24apache-httpd-2.2.24.tar.gz  William A. Rowe Jr2013-02-18 23:05:12 +0000 (13 years)
2.4.4apache-httpd-2.4.4.tar.gz  Jim Jagielski2013-02-18 20:20:47 +0000 (13 years)
2.2.23apache-httpd-2.2.23.tar.gz  William A. Rowe Jr2012-08-21 19:16:37 +0100 (14 years)
2.4.3apache-httpd-2.4.3.tar.gz  Jim Jagielski2012-08-17 18:07:09 +0100 (14 years)
2.4.2apache-httpd-2.4.2.tar.gz  Jim Jagielski2012-04-05 13:13:25 +0100 (14 years)
2.4.1apache-httpd-2.4.1.tar.gz  Jim Jagielski2012-02-13 13:35:56 +0000 (14 years)
2.2.22apache-httpd-2.2.22.tar.gz  William A. Rowe Jr2012-01-25 21:41:28 +0000 (14 years)
2.4.0apache-httpd-2.4.0.tar.gz  Jim Jagielski2012-01-16 17:34:30 +0000 (14 years)
2.3.16apache-httpd-2.3.16.tar.gz  Jim Jagielski2011-12-15 14:38:32 +0000 (14 years)
2.3.15apache-httpd-2.3.15.tar.gz  Jim Jagielski2011-11-08 23:06:11 +0000 (15 years)
2.2.21apache-httpd-2.2.21.tar.gz  William A. Rowe Jr2011-09-09 15:12:03 +0100 (15 years)
2.2.20apache-httpd-2.2.20.tar.gz  Jim Jagielski2011-08-30 01:10:32 +0100 (15 years)
2.3.14apache-httpd-2.3.14.tar.gz  Jim Jagielski2011-08-01 17:34:13 +0100 (15 years)
2.3.13apache-httpd-2.3.13.tar.gz  Jim Jagielski2011-06-28 18:16:48 +0100 (15 years)
2.2.19apache-httpd-2.2.19.tar.gz  William A. Rowe Jr2011-05-20 17:59:15 +0100 (15 years)
2.3.12apache-httpd-2.3.12.tar.gz  Jim Jagielski2011-05-11 13:13:48 +0100 (15 years)
2.2.18apache-httpd-2.2.18.tar.gz  William A. Rowe Jr2011-05-08 07:47:56 +0100 (15 years)
2.3.11apache-httpd-2.3.11.tar.gz  Jim Jagielski2011-03-01 17:04:46 +0000 (15 years)
2.3.10apache-httpd-2.3.10.tar.gz  Jim Jagielski2010-12-13 15:43:29 +0000 (15 years)
2.3.9apache-httpd-2.3.9.tar.gz  Jim Jagielski2010-11-23 14:41:30 +0000 (15 years)
2.2.17apache-httpd-2.2.17.tar.gz  William A. Rowe Jr2010-10-14 17:34:46 +0100 (16 years)
2.0.64apache-httpd-2.0.64.tar.gz  William A. Rowe Jr2010-10-14 17:34:18 +0100 (16 years)
2.3.8apache-httpd-2.3.8.tar.gz  Jim Jagielski2010-08-24 17:34:07 +0100 (16 years)
2.3.7apache-httpd-2.3.7.tar.gz  Jim Jagielski2010-08-19 13:45:03 +0100 (16 years)
2.2.16apache-httpd-2.2.16.tar.gz  Paul Querna2010-07-21 19:27:12 +0100 (16 years)
2.3.6apache-httpd-2.3.6.tar.gz  Jim Jagielski2010-06-11 13:10:29 +0100 (16 years)
2.2.15apache-httpd-2.2.15.tar.gz  William A. Rowe Jr2010-03-02 04:56:16 +0000 (16 years)
2.3.5apache-httpd-2.3.5.tar.gz  Paul Querna2010-01-21 22:03:13 +0000 (16 years)
1.3apache-httpd-1.3.tar.gz  Colm MacCarthaigh2010-01-08 11:45:43 +0000 (16 years)
2.3.4apache-httpd-2.3.4.tar.gz  Paul Querna2009-11-25 22:21:12 +0000 (16 years)
2.3.3apache-httpd-2.3.3.tar.gz  Paul Querna2009-11-11 19:33:04 +0000 (16 years)
2.2.14apache-httpd-2.2.14.tar.gz  Graham Leggett2009-09-23 23:53:18 +0100 (17 years)
2.2.13apache-httpd-2.2.13.tar.gz  William A. Rowe Jr2009-08-06 08:36:37 +0100 (17 years)
2.2.12apache-httpd-2.2.12.tar.gz  Jim Jagielski2009-07-20 21:20:11 +0100 (17 years)
2.3.2apache-httpd-2.3.2.tar.gz  Paul Querna2009-03-23 15:54:44 +0000 (17 years)
2.3.1apache-httpd-2.3.1.tar.gz  Paul Querna2009-01-03 06:15:00 +0000 (17 years)
2.0.63apache-httpd-2.0.63.tar.gz  AndrĂ© Malo2008-12-26 22:35:07 +0000 (17 years)
2.3.0apache-httpd-2.3.0.tar.gz  Paul Querna2008-12-07 06:36:52 +0000 (17 years)
2.2.11apache-httpd-2.2.11.tar.gz  Ruediger Pluem2008-12-06 15:12:18 +0000 (17 years)
2.2.10apache-httpd-2.2.10.tar.gz  Jim Jagielski2008-10-07 16:23:01 +0100 (18 years)
2.2.9apache-httpd-2.2.9.tar.gz  Jim Jagielski2008-06-10 19:49:19 +0100 (18 years)
2.2.8apache-httpd-2.2.8.tar.gz  Jim Jagielski2008-01-10 16:38:52 +0000 (18 years)
2.2.7apache-httpd-2.2.7.tar.gz  Jim Jagielski2008-01-04 14:30:32 +0000 (18 years)
2.0.62apache-httpd-2.0.62.tar.gz  Jim Jagielski2008-01-04 14:30:05 +0000 (18 years)
2.2.6apache-httpd-2.2.6.tar.gz  Jim Jagielski2007-09-04 20:59:17 +0100 (19 years)
2.0.61apache-httpd-2.0.61.tar.gz  Jim Jagielski2007-09-04 20:42:32 +0100 (19 years)
2.2.5apache-httpd-2.2.5.tar.gz  Jim Jagielski2007-08-10 21:17:00 +0100 (19 years)
2.0.60apache-httpd-2.0.60.tar.gz  Jim Jagielski2007-08-10 16:51:11 +0100 (19 years)
2.2.4apache-httpd-2.2.4.tar.gz  William A. Rowe Jr2007-01-06 06:30:33 +0000 (19 years)
2.0.59apache-httpd-2.0.59.tar.gz  William A. Rowe Jr2006-07-27 18:24:21 +0100 (20 years)
2.2.3apache-httpd-2.2.3.tar.gz  William A. Rowe Jr2006-07-27 18:20:03 +0100 (20 years)
2.0.58apache-httpd-2.0.58.tar.gz  Colm MacCarthaigh2006-04-24 19:20:40 +0100 (20 years)
2.2.2apache-httpd-2.2.2.tar.gz  Paul Querna2006-04-22 04:47:56 +0100 (20 years)
2.0.57apache-httpd-2.0.57.tar.gz  Colm MacCarthaigh2006-04-19 17:13:03 +0100 (20 years)
2.0.56apache-httpd-2.0.56.tar.gz  Colm MacCarthaigh2006-04-16 19:30:41 +0100 (20 years)
2.2.1apache-httpd-2.2.1.tar.gz  Paul Querna2006-04-01 20:00:12 +0100 (20 years)
2.2.0apache-httpd-2.2.0.tar.gz  Paul Querna2005-11-29 08:12:53 +0000 (20 years)
2.1.10apache-httpd-2.1.10.tar.gz  Paul Querna2005-11-20 00:42:30 +0000 (20 years)
2.1.9apache-httpd-2.1.9.tar.gz  Paul Querna2005-10-30 03:19:32 +0000 (21 years)
2.0.55apache-httpd-2.0.55.tar.gz  William A. Rowe Jr2005-10-10 02:16:26 +0100 (21 years)
2.1.8apache-httpd-2.1.8.tar.gz  Paul Querna2005-09-26 00:14:44 +0100 (21 years)
2.1.7apache-httpd-2.1.7.tar.gz  Paul Querna2005-08-20 20:08:34 +0100 (21 years)
2.1.6apache-httpd-2.1.6.tar.gz  Paul Querna2005-06-24 08:35:24 +0100 (21 years)
2.1.5apache-httpd-2.1.5.tar.gz  Paul Querna2005-06-17 08:00:53 +0100 (21 years)
2.0.54apache-httpd-2.0.54.tar.gz  Sander Striker2005-04-11 21:59:06 +0100 (21 years)
2.1.4apache-httpd-2.1.4.tar.gz  Sander Striker2005-03-16 08:47:49 +0000 (21 years)
2.1.3apache-httpd-2.1.3.tar.gz  Justin Erenkrantz2005-02-23 06:28:07 +0000 (21 years)
2.0.53apache-httpd-2.0.53.tar.gz  Justin Erenkrantz2005-02-04 22:57:02 +0000 (21 years)
2.1.2apache-httpd-2.1.2.tar.gz  Justin Erenkrantz2004-12-09 04:50:42 +0000 (21 years)
2.0.9apache-httpd-2.0.9.tar.gz  William A. Rowe Jr2004-11-20 07:40:43 +0000 (21 years)
2.0.8apache-httpd-2.0.8.tar.gz  William A. Rowe Jr2004-11-20 07:40:22 +0000 (21 years)
2.0.7apache-httpd-2.0.7.tar.gz  William A. Rowe Jr2004-11-20 07:39:59 +0000 (21 years)
2.0.6apache-httpd-2.0.6.tar.gz  William A. Rowe Jr2004-11-20 07:39:37 +0000 (21 years)
2.0.5apache-httpd-2.0.5.tar.gz  William A. Rowe Jr2004-11-20 07:39:11 +0000 (21 years)
2.0.4apache-httpd-2.0.4.tar.gz  William A. Rowe Jr2004-11-20 07:38:28 +0000 (21 years)
2.0.3apache-httpd-2.0.3.tar.gz  William A. Rowe Jr2004-11-20 07:38:14 +0000 (21 years)
2.0.2apache-httpd-2.0.2.tar.gz  William A. Rowe Jr2004-11-20 07:37:56 +0000 (21 years)
2.0.1apache-httpd-2.0.1.tar.gz  William A. Rowe Jr2004-11-20 07:36:29 +0000 (21 years)
2.1.1apache-httpd-2.1.1.tar.gz  Justin Erenkrantz2004-11-20 02:03:03 +0000 (21 years)
2.0.52apache-httpd-2.0.52.tar.gz  (no author)2004-09-23 18:57:55 +0100 (22 years)
APACHE_2_0_52_WROWE_RC1apache-httpd-APACHE_2_0_52_WROWE_RC1.tar.gz  (no author)2004-09-23 18:57:55 +0100 (22 years)
2.0.51apache-httpd-2.0.51.tar.gz  (no author)2004-09-15 13:56:32 +0100 (22 years)
STRIKER_2_0_51_RC2apache-httpd-STRIKER_2_0_51_RC2.tar.gz  (no author)2004-08-29 22:34:55 +0100 (22 years)
STRIKER_2_0_51_RC1apache-httpd-STRIKER_2_0_51_RC1.tar.gz  (no author)2004-08-29 22:34:55 +0100 (22 years)
STRIKER_2_1_0_RC1apache-httpd-STRIKER_2_1_0_RC1.tar.gz  (no author)2004-08-29 22:08:35 +0100 (22 years)
post_ajp_proxyapache-httpd-post_ajp_proxy.tar.gz  (no author)2004-08-12 00:31:40 +0100 (22 years)
pre_ajp_proxyapache-httpd-pre_ajp_proxy.tar.gz  (no author)2004-08-04 01:32:07 +0100 (22 years)
2.0.50apache-httpd-2.0.50.tar.gz  (no author)2004-06-29 01:00:53 +0100 (22 years)
2.0.49apache-httpd-2.0.49.tar.gz  (no author)2004-03-18 07:36:53 +0000 (22 years)
2.0.48apache-httpd-2.0.48.tar.gz  (no author)2003-10-24 17:45:19 +0100 (23 years)
2.0.47apache-httpd-2.0.47.tar.gz  (no author)2003-07-09 12:37:39 +0100 (23 years)
2.0.46apache-httpd-2.0.46.tar.gz  (no author)2003-05-28 05:50:15 +0100 (23 years)
2.0.45apache-httpd-2.0.45.tar.gz  (no author)2003-03-31 08:13:43 +0100 (23 years)
2.0.44apache-httpd-2.0.44.tar.gz  (no author)2003-01-18 15:11:13 +0000 (23 years)
2.0.43apache-httpd-2.0.43.tar.gz  (no author)2002-10-03 06:35:21 +0100 (24 years)
WROWE_2_0_43_PRE1apache-httpd-WROWE_2_0_43_PRE1.tar.gz  (no author)2002-09-30 09:39:37 +0100 (24 years)
2.0.42apache-httpd-2.0.42.tar.gz  (no author)2002-09-19 12:04:41 +0100 (24 years)
2.0.41apache-httpd-2.0.41.tar.gz  (no author)2002-09-17 01:41:28 +0100 (24 years)
AGB_BEFORE_AAA_CHANGESapache-httpd-AGB_BEFORE_AAA_CHANGES.tar.gz  (no author)2002-09-09 22:37:57 +0100 (24 years)
2.0.40apache-httpd-2.0.40.tar.gz  (no author)2002-08-09 18:10:45 +0100 (24 years)
2.0.39apache-httpd-2.0.39.tar.gz  (no author)2002-06-18 03:58:36 +0100 (24 years)
2.0.38apache-httpd-2.0.38.tar.gz  (no author)2002-06-16 20:41:09 +0100 (24 years)
2.0.37apache-httpd-2.0.37.tar.gz  (no author)2002-06-11 06:33:07 +0100 (24 years)
2.0.36apache-httpd-2.0.36.tar.gz  (no author)2002-05-01 17:05:59 +0100 (24 years)
2.0.35apache-httpd-2.0.35.tar.gz  (no author)2002-04-05 22:39:11 +0100 (24 years)
2.0.34apache-httpd-2.0.34.tar.gz  (no author)2002-04-05 05:22:45 +0100 (24 years)
PCRE_3_9apache-httpd-PCRE_3_9.tar.gz  (no author)2002-03-20 05:54:26 +0000 (24 years)
CHANGESapache-httpd-CHANGES.tar.gz  (no author)2002-03-18 03:09:33 +0000 (24 years)
2.0.33apache-httpd-2.0.33.tar.gz  (no author)2002-03-06 18:00:14 +0000 (24 years)
2.0.32apache-httpd-2.0.32.tar.gz  (no author)2002-02-14 07:31:55 +0000 (24 years)
2.0.31apache-httpd-2.0.31.tar.gz  (no author)2002-02-01 18:07:08 +0000 (24 years)
2.0.30apache-httpd-2.0.30.tar.gz  (no author)2002-01-08 23:34:58 +0000 (24 years)
2.0.29apache-httpd-2.0.29.tar.gz  (no author)2001-11-27 22:13:06 +0000 (24 years)
2.0.28apache-httpd-2.0.28.tar.gz  (no author)2001-11-12 18:17:57 +0000 (24 years)
2.0.27apache-httpd-2.0.27.tar.gz  (no author)2001-11-05 16:07:17 +0000 (25 years)
2.0.26apache-httpd-2.0.26.tar.gz  (no author)2001-10-17 16:12:13 +0100 (25 years)
HTTPD_LDAP_1_0_0apache-httpd-HTTPD_LDAP_1_0_0.tar.gz  (no author)2001-10-16 22:29:08 +0100 (25 years)
2.0.25apache-httpd-2.0.25.tar.gz  (no author)2001-08-29 19:23:08 +0100 (25 years)
2.0.24apache-httpd-2.0.24.tar.gz  (no author)2001-08-19 21:21:07 +0100 (25 years)
2.0.23apache-httpd-2.0.23.tar.gz  (no author)2001-08-09 16:50:48 +0100 (25 years)
2.0.22apache-httpd-2.0.22.tar.gz  (no author)2001-07-29 23:54:22 +0100 (25 years)
2.0.21apache-httpd-2.0.21.tar.gz  (no author)2001-07-20 21:00:50 +0100 (25 years)
2.0.20apache-httpd-2.0.20.tar.gz  (no author)2001-07-09 18:53:16 +0100 (25 years)
2.0.19apache-httpd-2.0.19.tar.gz  (no author)2001-06-28 06:15:07 +0100 (25 years)
2.0.18apache-httpd-2.0.18.tar.gz  (no author)2001-05-18 17:02:15 +0100 (25 years)
MOD_SSL_2_8_3apache-httpd-MOD_SSL_2_8_3.tar.gz  (no author)2001-05-04 22:56:10 +0100 (25 years)
2.0.17apache-httpd-2.0.17.tar.gz  (no author)2001-04-17 13:55:30 +0100 (25 years)
2.0.16apache-httpd-2.0.16.tar.gz  (no author)2001-04-04 01:35:09 +0100 (25 years)
2.0.15apache-httpd-2.0.15.tar.gz  (no author)2001-03-25 05:05:42 +0100 (25 years)
2.0.14apache-httpd-2.0.14.tar.gz  (no author)2001-03-08 05:38:17 +0000 (25 years)
2.0.13apache-httpd-2.0.13.tar.gz  (no author)2001-02-25 20:02:11 +0000 (25 years)
2.0.12apache-httpd-2.0.12.tar.gz  (no author)2001-02-24 22:59:37 +0000 (25 years)
2.0.11apache-httpd-2.0.11.tar.gz  (no author)2001-02-14 21:29:12 +0000 (25 years)
2.0.10apache-httpd-2.0.10.tar.gz  (no author)2001-02-11 05:58:19 +0000 (25 years)
APACHE_2_0_2001_02_09apache-httpd-APACHE_2_0_2001_02_09.tar.gz  (no author)2001-02-09 15:05:28 +0000 (25 years)
APACHE_2_0_BETA_CANDIDATE_1apache-httpd-APACHE_2_0_BETA_CANDIDATE_1.tar.gz  (no author)2001-02-05 01:12:47 +0000 (25 years)
APACHE_2_0_ALPHA_9apache-httpd-APACHE_2_0_ALPHA_9.tar.gz  (no author)2000-12-12 21:38:54 +0000 (25 years)
moving_to_httpd_moduleapache-httpd-moving_to_httpd_module.tar.gz  (no author)2000-12-04 06:36:16 +0000 (25 years)
POST_APR_SPLITapache-httpd-POST_APR_SPLIT.tar.gz  (no author)2000-11-20 20:10:50 +0000 (25 years)
APACHE_2_0_ALPHA_8apache-httpd-APACHE_2_0_ALPHA_8.tar.gz  (no author)2000-11-20 20:10:50 +0000 (25 years)
APACHE_2_0_ALPHA_7apache-httpd-APACHE_2_0_ALPHA_7.tar.gz  (no author)2000-10-09 01:16:51 +0100 (26 years)
APACHE_2_0_ALPHA_6apache-httpd-APACHE_2_0_ALPHA_6.tar.gz  (no author)2000-08-18 18:16:26 +0100 (26 years)
APACHE_2_0_ALPHA_5apache-httpd-APACHE_2_0_ALPHA_5.tar.gz  (no author)2000-08-04 18:44:57 +0100 (26 years)
APACHE_2_0_ALPHA_4apache-httpd-APACHE_2_0_ALPHA_4.tar.gz  (no author)2000-06-05 17:51:06 +0100 (26 years)
INITIALapache-httpd-INITIAL.tar.gz  (no author)2000-05-06 00:28:26 +0100 (26 years)
APACHE_2_0_ALPHA_3apache-httpd-APACHE_2_0_ALPHA_3.tar.gz  (no author)2000-04-28 19:38:13 +0100 (26 years)
apache-doc-split-01apache-httpd-apache-doc-split-01.tar.gz  (no author)2000-04-21 04:54:38 +0100 (26 years)
APACHE_2_0_ALPHA_2apache-httpd-APACHE_2_0_ALPHA_2.tar.gz  (no author)2000-03-31 20:52:18 +0100 (26 years)
APACHE_2_0_ALPHAapache-httpd-APACHE_2_0_ALPHA.tar.gz  (no author)2000-03-10 00:07:37 +0000 (26 years)
1.3.12apache-httpd-1.3.12.tar.gz  (no author)2000-02-21 07:35:35 +0000 (26 years)
1.3.14apache-httpd-1.3.14.tar.gz  (no author)2000-01-30 00:36:55 +0000 (26 years)
1.3.13apache-httpd-1.3.13.tar.gz  (no author)2000-01-30 00:36:55 +0000 (26 years)
1.3.11apache-httpd-1.3.11.tar.gz  (no author)2000-01-18 19:32:49 +0000 (26 years)
1.3.10apache-httpd-1.3.10.tar.gz  (no author)2000-01-16 20:52:30 +0000 (26 years)
PRE_APR_CHANGESapache-httpd-PRE_APR_CHANGES.tar.gz  (no author)1999-08-26 19:29:09 +0100 (27 years)
1.3.9apache-httpd-1.3.9.tar.gz  (no author)1999-08-24 07:55:44 +0100 (27 years)
apache-1_3-merge-2-postapache-httpd-apache-1_3-merge-2-post.tar.gz  (no author)1999-08-17 21:59:29 +0100 (27 years)
apache-1_3-merge-2-preapache-httpd-apache-1_3-merge-2-pre.tar.gz  (no author)1999-08-15 12:02:44 +0100 (27 years)
mpm-merge-2apache-httpd-mpm-merge-2.tar.gz  (no author)1999-08-15 07:55:48 +0100 (27 years)
1.3.8apache-httpd-1.3.8.tar.gz  (no author)1999-08-10 17:06:52 +0100 (27 years)
apache-1_3-merge-1-postapache-httpd-apache-1_3-merge-1-post.tar.gz  (no author)1999-08-06 01:55:28 +0100 (27 years)
apache-1_3-merge-1-preapache-httpd-apache-1_3-merge-1-pre.tar.gz  (no author)1999-08-05 22:08:25 +0100 (27 years)
mpm-merge-1apache-httpd-mpm-merge-1.tar.gz  (no author)1999-08-05 19:43:47 +0100 (27 years)
1.3.7apache-httpd-1.3.7.tar.gz  (no author)1999-07-29 19:17:43 +0100 (27 years)
mpm-3apache-httpd-mpm-3.tar.gz  (no author)1999-06-18 19:39:40 +0100 (27 years)
apache-apr-merge-3apache-httpd-apache-apr-merge-3.tar.gz  (no author)1999-06-04 19:40:00 +0100 (27 years)
1.3.6apache-httpd-1.3.6.tar.gz  (no author)1999-03-22 23:41:40 +0000 (27 years)
1.3.5apache-httpd-1.3.5.tar.gz  (no author)1999-03-21 02:03:04 +0000 (27 years)
1.3.4apache-httpd-1.3.4.tar.gz  (no author)1999-01-09 16:53:56 +0000 (27 years)
1.3.3apache-httpd-1.3.3.tar.gz  (no author)1998-10-06 20:54:01 +0100 (28 years)
1.3.2apache-httpd-1.3.2.tar.gz  (no author)1998-09-17 21:23:40 +0100 (28 years)
1.3.1apache-httpd-1.3.1.tar.gz  (no author)1998-07-18 22:43:13 +0100 (28 years)
1.3.0apache-httpd-1.3.0.tar.gz  (no author)1998-05-30 02:27:25 +0100 (28 years)
djg-apache-nspr-07apache-httpd-djg-apache-nspr-07.tar.gz  (no author)1998-05-25 18:35:26 +0100 (28 years)
APACHE_1_3b7apache-httpd-APACHE_1_3b7.tar.gz  (no author)1998-05-21 05:07:17 +0100 (28 years)
djg_nspr_splitapache-httpd-djg_nspr_split.tar.gz  (no author)1998-04-25 19:48:43 +0100 (28 years)
APACHE_1_3b6apache-httpd-APACHE_1_3b6.tar.gz  (no author)1998-04-15 09:50:37 +0100 (28 years)
APACHE_BIG_SYMBOL_RENAME_PREapache-httpd-APACHE_BIG_SYMBOL_RENAME_PRE.tar.gz  (no author)1998-04-11 07:34:23 +0100 (28 years)
APACHE_BIG_SYMBOL_RENAME_POSTapache-httpd-APACHE_BIG_SYMBOL_RENAME_POST.tar.gz  (no author)1998-04-11 07:34:23 +0100 (28 years)
APACHE_1_3b5apache-httpd-APACHE_1_3b5.tar.gz  (no author)1998-02-12 01:14:36 +0000 (28 years)
APACHE_1_3b3apache-httpd-APACHE_1_3b3.tar.gz  (no author)1997-11-15 00:16:48 +0000 (28 years)
APACHE_1_3b2apache-httpd-APACHE_1_3b2.tar.gz  (no author)1997-10-17 12:39:59 +0100 (29 years)
APACHE_1_3b1apache-httpd-APACHE_1_3b1.tar.gz  (no author)1997-10-01 00:24:30 +0100 (29 years)
1.2.2apache-httpd-1.2.2.tar.gz  (no author)1997-08-03 09:47:57 +0100 (29 years)
dg_last_1_2_doc_mergeapache-httpd-dg_last_1_2_doc_merge.tar.gz  (no author)1997-07-25 11:25:46 +0100 (29 years)
APACHE_1_3a1apache-httpd-APACHE_1_3a1.tar.gz  (no author)1997-07-22 23:39:31 +0100 (29 years)
1.2.1apache-httpd-1.2.1.tar.gz  (no author)1997-07-05 18:36:08 +0100 (29 years)
APACHE_1_3_PRE_NTapache-httpd-APACHE_1_3_PRE_NT.tar.gz  (no author)1997-06-12 16:24:00 +0100 (29 years)
1.2.0apache-httpd-1.2.0.tar.gz  (no author)1997-06-05 21:07:19 +0100 (29 years)
APACHE_1_2b11apache-httpd-APACHE_1_2b11.tar.gz  (no author)1997-05-29 13:00:07 +0100 (29 years)
APACHE_1_2b10apache-httpd-APACHE_1_2b10.tar.gz  (no author)1997-04-28 21:16:48 +0100 (29 years)
APACHE_1_2b9apache-httpd-APACHE_1_2b9.tar.gz  (no author)1997-04-27 08:52:14 +0100 (29 years)
APACHE_1_2b8apache-httpd-APACHE_1_2b8.tar.gz  (no author)1997-04-07 02:35:52 +0100 (29 years)
APACHE_1_2b7apache-httpd-APACHE_1_2b7.tar.gz  (no author)1997-02-20 04:26:07 +0000 (29 years)
APACHE_1_2b6apache-httpd-APACHE_1_2b6.tar.gz  (no author)1997-01-26 02:02:09 +0000 (29 years)
APACHE_1_2b5apache-httpd-APACHE_1_2b5.tar.gz  (no author)1997-01-26 02:02:09 +0000 (29 years)
APACHE_1_2b4apache-httpd-APACHE_1_2b4.tar.gz  (no author)1996-12-27 22:15:46 +0000 (29 years)
APACHE_1_2b3apache-httpd-APACHE_1_2b3.tar.gz  (no author)1996-12-24 21:39:38 +0000 (29 years)
APACHE_1_2b2apache-httpd-APACHE_1_2b2.tar.gz  (no author)1996-12-09 06:06:41 +0000 (29 years)
APACHE_1_2b1apache-httpd-APACHE_1_2b1.tar.gz  (no author)1996-12-02 18:14:12 +0000 (29 years)
This site is maintained by Jamie Landeg-Jones <jamie@catflap.org>, and is not an official FreeBSD project, nor is it endorsed by the FreeBSD team.